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