Beispiel #1
0
 public IEnumerable <ProductImage> GetByProductId(int productId)
 {
     return(_repository.GetByProductId(productId));
 }