Пример #1
0
 public Cart Get(int id)
 {
     return(InMemoryDatabase.GetCart(id));
 }