Beispiel #1
0
 public async Task <Adult> AddAdultAsync(Adult adult)
 {
     return(familyRepository.AddAdult(adult));
 }