public ReportManagerControler(SellingChequeReport sellingChequeReport) { this.sellingChequeReport = sellingChequeReport; reportManagerImpl = new ReportManagerImpl(sellingChequeReport); }
public ReportManagerImpl(SellingChequeReport sellingChequeReport) { this.sellingChequeReport = sellingChequeReport; paymentManagerImpl = new PaymentManagerImpl(); bankManagerImpl = new BankManagerImpl(); }