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