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