Пример #1
0
 public static CustomerModel ToModel(this BusinessCore.Domain.Sales.Customer entity)
 {
     return(entity.MapTo <BusinessCore.Domain.Sales.Customer, CustomerModel>());
 }