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