コード例 #1
0
 public async Task <List <EmployeeInfo> > GetAllEmployeeAsync()
 {
     return(await employeeInfoRepository.GetAllAsync());
 }