Example #1
0
 public decimal GetPurchaseQuantity(string slipnumber, string product)
 {
     return(dal.GetPurchaseQuantity(slipnumber, product));
 }