Пример #1
0
 public ActionResult <ProductImage> Get(int id)
 {
     return(_ProductImageService.FindProductImageWithID(id));
 }