예제 #1
0
        public ActionResult Index()
        {
            var list = empDetails.GetAllEmployees();

            ViewBag.Title = "Home Page";

            return(View(list));
        }