Example #1
0
 public ActionResult DeleteUnit(int id)
 {
     PropertyManager.DeleteUnit(id);
     return(RedirectToAction("Index"));
 }