Beispiel #1
0
 public static int DeleteBook(int userid, int bookid)
 {
     return(CartDAL.UpdateBookEnabledInCart(userid, bookid));
 }