Example #1
0
 public async void ShoppingCartDeleteCartItemWorks()
 {
     var result = await _controller.DeleteFromCart(1) as ViewResult;
 }