Example #1
0
 public async Task StartAsync()
 {
     ListCoffee = await _coffeeService.GetCoffeeListAsync(CancellationToken.None);
 }