Пример #1
0
 public ActionResult Index(EMPDATA e)
 {
     ViewBag.msg = DBoperations.InsertEMPDATA(e);
     return(View());
 }