コード例 #1
0
 public async Task <IEnumerable <Programmer> > ListAsync()
 {
     return(await _programmerRepository.ListAsync());
 }