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