Beispiel #1
0
 protected override async Task OnInitializedAsync()
 {
     Students = await StudentDataService.GetAllStudentsAsync();
 }