Exemplo n.º 1
0
 // GET: Employees
 public async Task <ActionResult> Index()
 {
     return(View(await employeeRepo.GetAllAsync()));
 }