示例#1
0
 // GET: Employees
 public ActionResult Index()
 {
     return(View(_employees.GetList()));
 }