コード例 #1
0
 public static PageLayoutModel ToModel(this PageLayout entity)
 {
     return(entity.MapTo <PageLayout, PageLayoutModel>());
 }