コード例 #1
0
 public ReportManagerControler(SellingChequeReport sellingChequeReport)
 {
     this.sellingChequeReport = sellingChequeReport;
     reportManagerImpl        = new ReportManagerImpl(sellingChequeReport);
 }
コード例 #2
0
 public ReportManagerImpl(SellingChequeReport sellingChequeReport)
 {
     this.sellingChequeReport = sellingChequeReport;
     paymentManagerImpl       = new PaymentManagerImpl();
     bankManagerImpl          = new BankManagerImpl();
 }