source:
src/main/java/project/educatum/service/InterestService.java
Last change on this file was d3cf3a1, checked in by , 2 years ago | |
---|---|
|
|
File size: 208 bytes |
Line | |
---|---|
1 | package project.educatum.service; |
2 | |
3 | import java.time.LocalDate; |
4 | import java.util.Date; |
5 | |
6 | public interface InterestService { |
7 | |
8 | void addSubjectStudent(Integer subjectID, Integer ucenikId, LocalDate datum); |
9 | |
10 | } |
Note:
See TracBrowser
for help on using the repository browser.