예제 #1
0
 public ActionResult Enable(int id)
 {
     AgroExpressDBAccess.EnableCustomer(id);
     return(RedirectToAction("DisabledCustomer"));
 }