using DepartmentContract.BindingModels; using ToolsModule.ManagmentEntity; namespace DepartmentContract.Services.IGenericEntityService { /// /// Хранение дисциплин /// public interface IDisciplineService : IGenericEntityService { } }