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