private List <BillFileCheck> GetBillInfo(DateTime BillTime) { List <DepositFund> DFlist = deposit.Selects().ToList <DepositFund>(); List <FundPayment> FPlist = payment.Selects().ToList <FundPayment>(); ObservableCollection <BillFileCheck> ocbf = new ObservableCollection <BillFileCheck>(); return(null); }
public List <FundPayment> Selects() { return(daoHelp.Selects() as List <FundPayment>); }