Example #1
0
 public static bool PurchaseProduct(Orders order, Hashtable htData)
 {
     return(db.PurchaseProduct(order, htData));
 }