Example #1
0
 public DataSet GetPdfDetails(int InvId, int companyid)
 {
     return(_objDALInvoice.GetPdfDetails(InvId, companyid));
 }