Esempio n. 1
0
 public IActionResult ViewGallery(int id = 0)
 {
     return(View(service.GetImagesForGallery(id)));
 }