コード例 #1
0
 public async Task <FamilyDto> GetByIdWithMembersAsync(int id)
 {
     return(await _familyRepository.GetByIdWithMembersAsync(id));
 }