Ejemplo n.º 1
0
 public FidectusManager(IFidectusAuthenticationService fidectusAuthenticationService, IFidectusService fidectusService, ITradeService tradeService,
                        ITradeSummaryService tradeSummaryService, IProfileService profileService, ISettingService settingService, IVaultService vaultService,
                        IFidectusMappingService fidectusMappingService, ILogger <FidectusManager> logger)
 {
     this.fidectusAuthenticationService = fidectusAuthenticationService;
     this.fidectusService        = fidectusService;
     this.tradeService           = tradeService;
     this.tradeSummaryService    = tradeSummaryService;
     this.profileService         = profileService;
     this.settingService         = settingService;
     this.vaultService           = vaultService;
     this.fidectusMappingService = fidectusMappingService;
     this.logger = logger;
 }
Ejemplo n.º 2
0
 public EquiasManager(IEquiasAuthenticationService equiasAuthenticationService, IEquiasService equiasService, ITradeService tradeService, ITradeSummaryService tradeSummaryService,
                      ICashflowService cashflowService, IProfileService profileService, ISettingService settingService, IVaultService vaultService, IEquiasMappingService equiasMappingService,
                      ILogger <EquiasManager> logger)
 {
     this.equiasAuthenticationService = equiasAuthenticationService;
     this.equiasService        = equiasService;
     this.tradeService         = tradeService;
     this.equiasMappingService = equiasMappingService;
     this.vaultService         = vaultService;
     this.settingService       = settingService;
     this.logger = logger;
     this.tradeSummaryService = tradeSummaryService;
     this.cashflowService     = cashflowService;
     this.profileService      = profileService;
 }