Esempio n. 1
0
 public bool RemoveBasket(ShoppingBasket shoppingBasket)
 {
     return(shoppingBaskets.Remove(shoppingBasket.StoreName));
 }