using DepartmentBusinessLogic.BindingModels; using ToolsModule.Interfaces; namespace DepartmentBusinessLogic.Interfaces { /// /// Хранение сотрудников /// public interface IEmployeeService : IGenerticEntityService { } }