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