Esempio n. 1
0
 public async Task <IList <Family> > GetListOfFamilies()
 {
     return(familyRepository.GetListOfFamilies());
 }