Example #1
0
 public static bool ChargeCodeUnit(string codename, string compid)
 {
     return(ProductInfoDBHelper.ChargeCodeUnit(codename, compid));
 }