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