Ejemplo n.º 1
0
 public virtual Task <IEnumerable <AttendeeRelationship> > GetAllAttendeeRelationshipsForEvent(int eventId)
 {
     return(_attendeeService.GetAllRelationshipsForEventAsync(eventId));
 }