示例#1
0
        public ActionResult DeleteGallery(int id)
        {
            socialService.DeleteGallery(id);
            socialService.Save();

            return(RedirectToAction("Galleries"));
        }