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