예제 #1
0
 public Task <List <Employee> > GetEmployeesAsync()
 {
     return(employeeService.RefreshDataAsync());
 }