Exemplo n.º 1
0
 public ActionResult Edit(EMPDATA E)
 {
     ViewBag.msg = DBOps.Update(E);
     return(View());
 }