using DepartmentContract.BindingModels; using ToolsModule.ManagmentEntity; namespace DepartmentContract.Services.IGenericEntityService { /// /// Хранение нправлений обучений /// public interface IEducationDirectionService : IGenericEntityService { } }