forked from Olympic/NTO-2025-Backend-TeamTask
13 lines
429 B
Java
13 lines
429 B
Java
package com.example.nto.service.impl;
|
|
|
|
import com.example.nto.service.EmployeeService;
|
|
|
|
/**
|
|
* TODO: ДОРАБОТАТЬ в рамках задания
|
|
* =================================
|
|
* МОЖНО: Добавлять методы, аннотации, зависимости
|
|
* НЕЛЬЗЯ: Изменять название класса и пакета
|
|
*/
|
|
public class EmployeeServiceImpl implements EmployeeService {
|
|
}
|