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