예제 #1
0
 public static CourseLevel ToEntity(this CourseLevelModel model, CourseLevel destination)
 {
     return(model.MapTo(destination));
 }
예제 #2
0
 public static CourseLevel ToEntity(this CourseLevelModel model)
 {
     return(model.MapTo <CourseLevelModel, CourseLevel>());
 }