Exemple #1
0
 public static ProductReviewDto ToDto(this ProductReview productReview)
 {
     return(productReview.MapTo <ProductReview, ProductReviewDto>());
 }