Пример #1
0
 public async Task <ActionResult <List <Contact> > > Get()
 {
     return(_repository.AllContacts().ToList());
 }