Beispiel #1
0
 public void TestAddCart()
 {
     rep.Addcart(new Cart()
     {
         CartId          = 1,
         ItemName        = "tele",
         ItemDescription = "good",
         Price           = 56464564,
         Image           = "butterfly.jpg",
         ItemId          = 217,
         BuyerId         = 6
     });
 }