コード例 #1
0
 private bool AttendeeExists(int attendeeId)
 {
     return(_attendeeRepository.Exists(attendeeId));
 }