Esempio n. 1
0
 // GET: Demo
 public ActionResult Index()
 {
     return(View(objEmp.GetEmpData()));
 }