Example #1
0
 // GET: Employee
 public async Task <IActionResult> Index()
 {
     return(View(await _employeeData.GetCities().ToListAsync()));
 }