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