Esempio n. 1
0
 public GetTransactionsReportQueryHandler(IGetTransactionsReport getTransactionsReport, IGetAccounts getAccounts)
 {
     this.getTransactionsReport = getTransactionsReport;
     this.getAccounts           = getAccounts;
 }
 public GetAccountsQueryHandler(IGetAccounts getAccounts)
 {
     this.getAccounts = getAccounts;
 }