コード例 #1
0
 public async Task <List <Phonebook> > GetPhonebookAsync()
 {
     return(await _repository.GetAllPhonebooks().ConfigureAwait(false));
 }