Example #1
0
 protected override async Task OnInitializedAsync()
 {
     Conferences = await ConferenceService.GetPublishedConferences();
 }