Example #1
0
 public static int IsExistDrink(int id)
 {
     return(DetailBillDAO.IsExistDrink(id));
 }