This commit is contained in:
Bhumi Shah
2025-12-05 23:02:14 +03:00
parent f6acec1b98
commit 3b64ad9626
9 changed files with 53 additions and 87 deletions

View File

@@ -10,5 +10,5 @@ import org.springframework.stereotype.Service;
*/
@Service
public interface EmployeeService {
Employee getEmployeeWithBookings(String code);
Employee getEmployeeByCode(String code);
}