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