Пример #1
0
 private void EnsureRegistrationsLoadedForEvent(Event e)
 {
     try
     {
         e.EnsureRegistrationsLoaded();
     }
     catch
     {
         Registrations.GetRegistrationsForEventByEventId(e.Id);
         EnsureRegistrationsLoadedForEvent(e);
     }
 }