Exemple #1
0
 public static ProductCarCate ToEntity(this ProductCarCateDTO dto, ProductCarCate entity)
 {
     return(Mapper.Map(dto, entity));
 }
Exemple #2
0
 public static ProductCarCate ToEntity(this ProductCarCateDTO dto)
 {
     return(Mapper.Map <ProductCarCateDTO, ProductCarCate>(dto));
 }