コード例 #1
0
 public ExpenseExportCommand()
 {
     this.expenseExports = new ExpenseExportRepository();
     this.exportStorage  = new ExpenseExportStorage();
 }
コード例 #2
0
 public ExpenseExportQueueCommand()
 {
     this.expenses       = new ExpenseRepository();
     this.expenseExports = new ExpenseExportRepository();
 }