Example #1
0
 public DataTable GetCNAmtBreakup(Int64 InvoiceId)
 {
     return(ImportBLDAL.GetCNAmtBreakup(InvoiceId));
 }