コード例 #1
0
 public async Task <ChildInterestJoin> GetByIdAsync(Guid childId, Guid interestId)
 {
     return(await _context.FindAsync <ChildInterestJoin>(childId, interestId));
 }
コード例 #2
0
 public async Task <XMasMotherInterestJoin> GetByIdAsync(Guid xMasMotherId, Guid interestId)
 {
     return(await _context.FindAsync <XMasMotherInterestJoin>(xMasMotherId, interestId));
 }