Example #1
0
 // Cash Flow Report search by fromdate to todate
 public List <LedgerDTO> CashFlowRept(DateTime fromdate, DateTime todate)
 {
     return(RDAL.CashFlowRept(fromdate, todate));
 }