예제 #1
0
 // GET: Employee
 public ActionResult Index()
 {
     ViewBag.employee = ManageEmployee.Get();
     return(View("Employee"));
 }