Esempio n. 1
0
 public async Task OnGetAsync()
 {
     Items = new List <StatisticsItem>(await statisticsManager.GetItemsAsync());
 }