public ExpenseExportCommand()
 {
     this.expenseExports = new ExpenseExportRepository();
     this.exportStorage  = new ExpenseExportStorage();
 }
Exemplo n.º 2
0
 public ExpenseExportQueueCommand()
 {
     this.expenses       = new ExpenseRepository();
     this.expenseExports = new ExpenseExportRepository();
 }