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