using DepartmentContract.BindingModels;
using DepartmentContract.ViewModels;
using ToolsModule.Interfaces;
namespace DepartmentContract.Logics.IGenericEntityLogic
{
///
/// Логика работы с направлениями обучений
///
public interface IEducationDirectionLogic : IGenericEntityLogic { }
}