예제 #1
0
 public static bool ChargeProduct(string sqlTypeCode, string codeNum, string compNo)
 {
     return(ProductInfoDBHelper.ChargeProduct(sqlTypeCode, codeNum, compNo));
 }