Example #1
0
 //Delete
 public ActionResult DeleteGalleryItem(long galleryId)
 {
     GalleryManager.DeleteGallery(galleryId);
     return(RedirectToAction("Index"));
 }
 public ActionResult DeleteGalleryItem(long galleryId, AdminVWModel adminVwModel)
 {
     GalleryManager.DeleteGallery(galleryId);
     return(RedirectToAction("Properties"));
 }