예제 #1
0
 public Attendee GetAttendee(string id)
 {
     return(_attendeeRepository.GetAttendee(id));
 }