Beispiel #1
0
 public async Task OnGetAsync([FromServices] GetProducts getProducts)
 {
     Products = await getProducts.DoAsync();
 }