Exemplo n.º 1
0
 public static Z_Consultant_Category ToEntity(this CategoryWithSubCategoriesModel model, Z_Consultant_Category destination)
 {
     return(model.MapTo(destination));
 }
Exemplo n.º 2
0
 public static Z_Consultant_Category ToEntity(this CategoryWithSubCategoriesModel model)
 {
     return(model.MapTo <CategoryWithSubCategoriesModel, Z_Consultant_Category>());
 }