Esempio n. 1
0
 public void DeleteRegistration(long id, long attendeeId)
 {
     eventsService.DeleteRegistration(id, attendeeId);
 }