Example #1
0
 //calls the action in service DAlayer which add books from wishlist to cart
 public string addToCart(WishListModel ins)
 {
     return(service.addToCart(ins));
 }