Example #1
0
 public ActionResult DeleteCompany(int id)
 {
     ViewBag.ErrorMessage = cn.CompanyDelete(id);
     return(RedirectToAction("ListCompany"));
 }