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

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

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