Exemple #1
0
 private async Task FetchProducts()
 {
     User.Products = await ProductProcessor.GetProductsByUserID(User.Id).ConfigureAwait(true);
 }