コード例 #1
0
 public static Teacher ToEntity(this TeacherModel model, Teacher destination)
 {
     return(model.MapTo(destination));
 }
コード例 #2
0
 public static Teacher ToEntity(this TeacherModel model)
 {
     return(model.MapTo <TeacherModel, Teacher>());
 }