Beispiel #1
0
 public async Task OnGet()
 {
     Classifications = await _classificationService.GetClassifications();
 }