Beispiel #1
0
 public ActionResult Insert(EMPDATA E)
 {
     ViewBag.msg = DBOps.InsertEmp(E);
     return(View("Create"));
 }