예제 #1
0
 public void Purchase_Book()
 {
     _shoppingCart = _shoppingCartFactory.CreateOldShoppingCart();
     _shoppingCart.PurchaseItem("The Hitchhiker's Guide to the Galaxy", 22.2, new ClientInfo());
 }