예제 #1
0
 public ActionResult Anular(tb_empresa_Info model)
 {
     if (!bus_empresa.anularDB(model))
     {
         return(View(model));
     }
     return(RedirectToAction("Index"));
 }