source: Prototype Application/Paw5/src/main/java/finki/paw5/service/EmployeeService.java@ 996b8ba

main
Last change on this file since 996b8ba was 996b8ba, checked in by trajchevaM <118018439+trajchevaM@…>, 17 months ago

commit on new and updated functionalities

  • Property mode set to 100644
File size: 165 bytes
Line 
1package finki.paw5.service;
2
3
4import finki.paw5.model.entities.Employee;
5
6import java.util.List;
7
8public interface EmployeeService {
9 List<Employee> findAll();
10}
Note: See TracBrowser for help on using the repository browser.