Exemple #1
0
 private async Task LoadProducts()
 {
     await Task.Run(() => allProducts = dbGet.GetAllProducts());
 }