реализация get, но пока ещё с ошибками
This commit is contained in:
@@ -1,5 +1,9 @@
|
||||
package com.example.nto.service;
|
||||
|
||||
import com.example.nto.entity.Employee;
|
||||
|
||||
import java.util.List;
|
||||
|
||||
/**
|
||||
* TODO: ДОРАБОТАТЬ в рамках задания
|
||||
* =================================
|
||||
@@ -7,4 +11,7 @@ package com.example.nto.service;
|
||||
* НЕЛЬЗЯ: Изменять название класса и пакета
|
||||
*/
|
||||
public interface EmployeeService {
|
||||
List<Employee> getAll();
|
||||
|
||||
Employee getById(long id);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user