Exemple #1
0
 public Task <List <ProductImage> > GetProductImagesAsync(int productId)
 {
     return(_productImageRepository.GetAsync(productId));
 }