Esempio n. 1
0
 public static Teacher ToEntity(this TeacherModel model, Teacher destination)
 {
     return(model.MapTo(destination));
 }
Esempio n. 2
0
 public static Teacher ToEntity(this TeacherModel model)
 {
     return(model.MapTo <TeacherModel, Teacher>());
 }