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