using DepartmentBusinessLogic.BindingModels; using ModuleTools.Interfaces; namespace DepartmentBusinessLogic.Interfaces { /// /// Хранение блоков дисциплин /// public interface IDisciplineBlockService : IGenerticEntityService { } }