Beispiel #1
0
 public KickstartServiceImpl(IConfiguration configuration, IMediatorExecutor executor, IFlywayFileNameService flywayFileNameService, IDbToKSolutionConverter dbToKSolutionConverter, ICTableToDmsRuleConverter cTableToDmsRuleConverter, ISqlServerTablesReader sqlServerTablesReader)
 {
     _configuration            = configuration;
     _executor                 = executor;
     _flywayFileNameService    = flywayFileNameService;
     _dbToKSolutionConverter   = dbToKSolutionConverter;
     _cTableToDmsRuleConverter = cTableToDmsRuleConverter;
     _sqlServerTablesReader    = sqlServerTablesReader;
 }
Beispiel #2
0
 public SharebuilderRateServiceImpl(IMediatorExecutor executor)
 {
     _executor = executor;
 }
Beispiel #3
0
 public InventoryGuideServiceImpl(IMediatorExecutor executor)
 {
     _executor = executor;
 }
 public SellerRatingServiceImpl(IMediatorExecutor executor)
 {
     _executor = executor;
 }
Beispiel #5
0
 public RatingCurationServiceImpl(IMediatorExecutor executor)
 {
     _executor = executor;
 }
Beispiel #6
0
 public KickstartBuildServiceImpl(IMediatorExecutor executor, AuthenticationSettings authSettings)
 {
     _executor     = executor;
     _authSettings = authSettings;
 }
 public TrafficStatisticServiceImpl(IMediatorExecutor executor)
 {
     _executor = executor;
 }
Beispiel #8
0
 public SellableInventoryMartServiceImpl(IMediatorExecutor executor)
 {
     _executor = executor;
 }
 public CuratedRatingServiceImpl(IMediatorExecutor executor)
 {
     _executor = executor;
 }
Beispiel #10
0
 public RateCardManagerServiceImpl(IMediatorExecutor executor)
 {
     _executor = executor;
 }
Beispiel #11
0
 public ExcelRateCardImportServiceImpl(IMediatorExecutor executor)
 {
     _executor = executor;
 }
Beispiel #12
0
 public RateCardConfirmationServiceImpl(IMediatorExecutor executor)
 {
     _executor = executor;
 }
 public AvailServiceImpl(IMediatorExecutor executor)
 {
     _executor = executor;
 }
Beispiel #14
0
 public HealthServiceImpl(IMediatorExecutor executor, ILogger <HealthServiceImpl> logger)
 {
     _executor = executor;
     _logger   = logger;
 }