Beispiel #1
0
 public async Task OnGet()
 {
     Items = new List <ActivityItem>(await activityManager.GetAllAsync());
 }