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