Пример #1
0
 public async Task <ActionResult <List <Contact> > > GetContacts()
 {
     return(_dbClient.GetAll());
 }