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