// Account Payable search by fromdate to todate public List <LedgerDTO> AccountPayable(DateTime fromdate, DateTime todate, int accountid, string accountname, int compid, string compname) { return(RDAL.AccountPayable(fromdate, todate, accountid, accountname, compid, compname)); }