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