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