Example #1
0
 public ActionResult DeleteConfirmed(int id)
 {
     _colorLogic.Delete(id);
     return(RedirectToAction("Index"));
 }