示例#1
0
 public IActionResult GalleryList(int id)
 {
     ViewBag.productid = id;
     return(View(GalleryService.GetProductImagesForAdmin(id)));
 }