Beispiel #1
0
 public async Task <IList <Contact> > GetAllContactsDetails()
 {
     return(await _contactDataService.GetAllContactsDetails());
 }