Exemple #1
0
 public static DTO.Customer ToDTO(this Models.Customer model)
 {
     return(model.ParseObject <Models.Customer, DTO.Customer>());
 }