forked from Olympic/NTO-2025-Backend-TeamTask
Win
This commit is contained in:
@@ -1,4 +1,10 @@
|
||||
package com.example.nto.service;
|
||||
import com.example.nto.entity.Booking;
|
||||
import com.example.nto.entity.Employee;
|
||||
import org.springframework.stereotype.Service;
|
||||
|
||||
import java.util.List;
|
||||
import java.util.Map;
|
||||
|
||||
/**
|
||||
* TODO: ДОРАБОТАТЬ в рамках задания
|
||||
@@ -6,5 +12,7 @@ package com.example.nto.service;
|
||||
* МОЖНО: Добавлять методы, аннотации, зависимости
|
||||
* НЕЛЬЗЯ: Изменять название класса и пакета
|
||||
*/
|
||||
@Service
|
||||
public interface EmployeeService {
|
||||
Employee getEmployeeWithBookings(String code);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user