source:
src/main/java/project/educatum/service/QualificationService.java
Last change on this file was d3cf3a1, checked in by , 2 years ago | |
---|---|
|
|
File size: 132 bytes |
Line | |
---|---|
1 | package project.educatum.service; |
2 | |
3 | public interface QualificationService { |
4 | |
5 | void insert(String document, Integer idTeacher); |
6 | |
7 | } |
Note:
See TracBrowser
for help on using the repository browser.