Example #1
0
        public ActionResult DeleteConfirmed(int id)
        {
            Band band = ss.GetBandById(id);

            ss.DeleteBand(band);
            return(RedirectToAction("Index"));
        }