Example #1
0
 public static ICustomerProductSuggestionDto ToDtoCustomerProductSuggestion(this ProductSuggestion src)
 {
     return(Mapper.Map <ICustomerProductSuggestionDto>(src));
 }
Example #2
0
 public static IProductSuggestionDto ToDto(this ProductSuggestion src)
 {
     return(Mapper.Map <IProductSuggestionDto>(src));
 }