Example #1
0
 public Cart Add(Cart cart)
 {
     return(InMemoryDatabase.AddCart(cart));
 }