예제 #1
0
 public static void doDeleteCart(int id, int userID)
 {
     CartHandler.deleteCartMedicine(id, userID);
 }