示例#1
0
 public static VatType ToEntity(this VatTypeModel model, VatType destination)
 {
     return(AutoMapperConfiguration.Mapper.Map(model, destination));
 }
示例#2
0
 public static VatType ToEntity(this VatTypeModel model)
 {
     return(AutoMapperConfiguration.Mapper.Map <VatTypeModel, VatType>(model));
 }