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