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