Esempio n. 1
0
 public async Task <IList <GetContactsModel> > GetContacts()
 {
     return(await _phoneBookService.GetContacts());
 }