Esempio n. 1
0
 public CashflowAgent(
     ICashflowFactory cashflowFactory,
     ICashflowRepository cashflowRepository,
     IDialogService dialogService,
     ICashflowEditorViewModelFactory cashflowEditorViewModelFactory
     )
 {
     this.cashflowFactory                = cashflowFactory;
     this.cashflowRepository             = cashflowRepository;
     this.dialogService                  = dialogService;
     this.cashflowEditorViewModelFactory = cashflowEditorViewModelFactory;
 }
Esempio n. 2
0
 public CashflowAgent(
                 ICashflowFactory cashflowFactory,
                 ICashflowRepository cashflowRepository,
                 IDialogService dialogService,
                 ICashflowEditorViewModelFactory cashflowEditorViewModelFactory
                 )
 {
     this.cashflowFactory = cashflowFactory;
     this.cashflowRepository = cashflowRepository;
     this.dialogService = dialogService;
     this.cashflowEditorViewModelFactory = cashflowEditorViewModelFactory;
 }