Esempio n. 1
0
        public ActionResult GalleryList()
        {
            var items = _galleryService.GetGalleryItem();

            return(View(items));
        }
Esempio n. 2
0
        public ActionResult Gallery()
        {
            GalleryService service = new GalleryService();

            return(View(service.GetGalleryItem()));
        }