Example #1
0
 public ActionResult delete(string id)
 {
     _db.DeleteCompany(id);
     return(RedirectToAction("index"));
 }