Ejemplo n.º 1
0
 public async Task <List <EmployeeInfo> > GetAllEmployeeAsync()
 {
     return(await employeeInfoRepository.GetAllAsync());
 }