예제 #1
0
 protected async Task WhenAddAmountRequested(string productId, int amount)
 {
     await productController.AddAmount(productId, amount);
 }