示例#1
0
 public async Task <Family> AddFamily(Family family)
 {
     return(familyRepository.AddFamily(family));
 }