Пример #1
0
 public IEnumerable <Cart> GetTransaction(string id)
 {
     return(cartService.GetBoughtItems(id));
 }