Ejemplo n.º 1
0
 public ActionResult ViewAllGallery()
 {
     var reader =  new GalleryDataHelper.XmlReader();
     var data = reader.GalleryList();
     return View(data.ToList());
 }