public static Teacher ToEntity(this TeacherModel model, Teacher destination) { return(model.MapTo(destination)); }
public static Teacher ToEntity(this TeacherModel model) { return(model.MapTo <TeacherModel, Teacher>()); }