示例#1
0
 public static void ClearCart(long userId)
 {
     DataLayer.Booking book = new DataLayer.Booking();
     book.ClearCart(userId);
 }