Beispiel #1
0
 private bool ProductImageExists(int id)
 {
     return(productImageService.ProductImageExists(id));
 }