Esempio n. 1
0
        public ActionResult EditGallery(int ID)
        {
            var gallery = socialService.GetGallery(ID);

            return(View(gallery));
        }
Esempio n. 2
0
        public ActionResult GalleryDetail(int id)
        {
            var gallery = socialService.GetGallery(id);

            return(View(gallery));
        }