using DepartmentBusinessLogic.BindingModels; using ModuleTools.Interfaces; namespace DepartmentBusinessLogic.Interfaces { /// /// Хранение нправлений обучений /// public interface IEducationDirectionService : IGenerticEntityService { } }