Example #1
0
 public DataSet getInvoiceLines(string TempUniqCode)
 {
     return(_objDALInvoice.GetInvoiceLines(TempUniqCode));
 }