Exemple #1
0
 public decimal GetSalesPriceByItemno(string itemno)
 {
     var ta = new DsInventoryTableAdapters.STOCKMASTERTableAdapter { Connection = { ConnectionString = _constr } };
     return ta.GetSalesPriceByItemno(itemno, Utils.Company)??0;
 }