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