Beispiel #1
0
 // GET: Employees
 public ActionResult Index()
 {
     return(View(EmployeeMethods.Outpoot().ToList()));
 }