исправлено 0_о
This commit is contained in:
@@ -14,7 +14,8 @@ import java.util.Optional;
|
||||
public interface EmployeeService {
|
||||
List<Employee> getAll();
|
||||
|
||||
Optional<Employee> getById(long id);
|
||||
Optional<Employee> getByCode(String code);
|
||||
|
||||
boolean isIdValid(long id);
|
||||
|
||||
boolean isCodeValid(String code);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user