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