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