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