Ejemplo n.º 1
0
 public AmazonOrderService(ISession session,
     IAmazonLogService amazonLogService, IAmazonOrderEventService amazonOrderEventService)
 {
     _session = session;
     _amazonLogService = amazonLogService;
     _amazonOrderEventService = amazonOrderEventService;
 }
Ejemplo n.º 2
0
 public AppControllerTests()
 {
     _amazonLogService = A.Fake<IAmazonLogService>();
     _amazonAnalyticsService = A.Fake<IAmazonAnalyticsService>();
     _siteSettings=new SiteSettings(){DefaultPageSize = 10};
     _appController = new AppController(_amazonLogService, _amazonAnalyticsService, _siteSettings);
 }
Ejemplo n.º 3
0
 public AmazonOrderService(ISession session,
                           IAmazonLogService amazonLogService, IAmazonOrderEventService amazonOrderEventService)
 {
     _session                 = session;
     _amazonLogService        = amazonLogService;
     _amazonOrderEventService = amazonOrderEventService;
 }
Ejemplo n.º 4
0
 public AmazonProductsApiService(IAmazonAnalyticsService amazonAnalyticsService, 
     IAmazonLogService amazonLogService, IAmazonApiService amazonApiService)
 {
     _amazonAnalyticsService = amazonAnalyticsService;
     _amazonLogService = amazonLogService;
     _amazonApiService = amazonApiService;
 }
 public AmazonProductsApiService(IAmazonAnalyticsService amazonAnalyticsService,
                                 IAmazonLogService amazonLogService, IAmazonApiService amazonApiService)
 {
     _amazonAnalyticsService = amazonAnalyticsService;
     _amazonLogService       = amazonLogService;
     _amazonApiService       = amazonApiService;
 }
 public AmazonApiService(AmazonAppSettings amazonAppSettings, IAmazonLogService amazonLogService, IAmazonAnalyticsService amazonAnalyticsService, AmazonSellerSettings amazonSellerSettings)
 {
     _amazonAppSettings      = amazonAppSettings;
     _amazonLogService       = amazonLogService;
     _amazonAnalyticsService = amazonAnalyticsService;
     _amazonSellerSettings   = amazonSellerSettings;
 }
 public AppController(IAmazonLogService amazonLogService,
                      IAmazonAnalyticsService amazonAnalyticsService, SiteSettings siteSettings)
 {
     _amazonLogService       = amazonLogService;
     _amazonAnalyticsService = amazonAnalyticsService;
     _siteSettings           = siteSettings;
 }
Ejemplo n.º 8
0
 public AmazonApiService(AmazonAppSettings amazonAppSettings, IAmazonLogService amazonLogService, IAmazonAnalyticsService amazonAnalyticsService, AmazonSellerSettings amazonSellerSettings)
 {
     _amazonAppSettings = amazonAppSettings;
     _amazonLogService = amazonLogService;
     _amazonAnalyticsService = amazonAnalyticsService;
     _amazonSellerSettings = amazonSellerSettings;
 }
Ejemplo n.º 9
0
 public ScheduleAmazonOrderSync(IImportAmazonOrderService importAmazonOrderService, IAmazonLogService amazonLogService,
                          IAmazonOrderService amazonOrderService, AmazonOrderSyncDataService amazonOrderSyncInfoService)
 {
     _importAmazonOrderService = importAmazonOrderService;
     _amazonLogService = amazonLogService;
     _amazonOrderService = amazonOrderService;
     _amazonOrderSyncInfoService = amazonOrderSyncInfoService;
 }
Ejemplo n.º 10
0
 public ScheduleAmazonOrderSync(IImportAmazonOrderService importAmazonOrderService, IAmazonLogService amazonLogService,
                                IAmazonOrderService amazonOrderService, AmazonOrderSyncDataService amazonOrderSyncInfoService)
 {
     _importAmazonOrderService   = importAmazonOrderService;
     _amazonLogService           = amazonLogService;
     _amazonOrderService         = amazonOrderService;
     _amazonOrderSyncInfoService = amazonOrderSyncInfoService;
 }
Ejemplo n.º 11
0
 public AmazonFeedsApiService(IAmazonAnalyticsService amazonAnalyticsService, IAmazonLogService amazonLogService,
                              IAmazonGenerateFeedService amazonGenerateFeedContentService, IAmazonApiService amazonApiService)
 {
     _amazonAnalyticsService           = amazonAnalyticsService;
     _amazonLogService                 = amazonLogService;
     _amazonGenerateFeedContentService = amazonGenerateFeedContentService;
     _amazonApiService                 = amazonApiService;
 }
Ejemplo n.º 12
0
 public AmazonListingServiceTests()
 {
     _amazonLogService         = A.Fake <IAmazonLogService>();
     _amazonProductsApiService = A.Fake <IAmazonProductsApiService>();
     _productVariantService    = A.Fake <IProductVariantService>();
     _optionService            = A.Fake <IOptionService>();
     _amazonListingService     = new AmazonListingService(Session, _amazonLogService, _productVariantService, _optionService, _amazonProductsApiService);
 }
Ejemplo n.º 13
0
 public AmazonFeedsApiService(IAmazonAnalyticsService amazonAnalyticsService, IAmazonLogService amazonLogService, 
     IAmazonGenerateFeedService amazonGenerateFeedContentService, IAmazonApiService amazonApiService)
 {
     _amazonAnalyticsService = amazonAnalyticsService;
     _amazonLogService = amazonLogService;
     _amazonGenerateFeedContentService = amazonGenerateFeedContentService;
     _amazonApiService = amazonApiService;
 }
Ejemplo n.º 14
0
 public AmazonListingServiceTests()
 {
     _amazonLogService = A.Fake<IAmazonLogService>();
     _amazonProductsApiService = A.Fake<IAmazonProductsApiService>();
     _productVariantService = A.Fake<IProductVariantService>();
     _optionService = A.Fake<IOptionService>();
     _amazonListingService = new AmazonListingService(Session,_amazonLogService,_productVariantService,_optionService,_amazonProductsApiService);
 }
Ejemplo n.º 15
0
 public SettingsControllerTests()
 {
     _configurationProvider = A.Fake <IConfigurationProvider>();
     _amazonLogService      = A.Fake <IAmazonLogService>();
     _amazonAppSettings     = A.Fake <AmazonAppSettings>();
     _amazonSellerSettings  = A.Fake <AmazonSellerSettings>();
     _amazonSyncSettings    = A.Fake <AmazonSyncSettings>();
     _settingsController    = new SettingsController(_configurationProvider, _amazonLogService, _amazonAppSettings, _amazonSellerSettings, _amazonSyncSettings);
 }
 public AmazonOrdersApiService(AmazonSellerSettings amazonSellerSettings,
                               IAmazonAnalyticsService amazonAnalyticsService, IAmazonLogService amazonLogService,
                               MarketplaceWebServiceOrders.MarketplaceWebServiceOrders marketplaceWebServiceOrders)
 {
     _amazonSellerSettings        = amazonSellerSettings;
     _amazonAnalyticsService      = amazonAnalyticsService;
     _amazonLogService            = amazonLogService;
     _marketplaceWebServiceOrders = marketplaceWebServiceOrders;
 }
Ejemplo n.º 17
0
 public AmazonOrdersApiService(AmazonSellerSettings amazonSellerSettings,
     IAmazonAnalyticsService amazonAnalyticsService, IAmazonLogService amazonLogService,
     MarketplaceWebServiceOrders.MarketplaceWebServiceOrders marketplaceWebServiceOrders)
 {
     _amazonSellerSettings = amazonSellerSettings;
     _amazonAnalyticsService = amazonAnalyticsService;
     _amazonLogService = amazonLogService;
     _marketplaceWebServiceOrders = marketplaceWebServiceOrders;
 }
Ejemplo n.º 18
0
 public AmazonRequestService(IAmazonListingService amazonListingService, IAmazonLogService amazonLogService,
     IAmazonFeedsApiService amazonFeedsApiService,
     IAmazonProductsApiService amazonProductsApiService)
 {
     _amazonListingService = amazonListingService;
     _amazonLogService = amazonLogService;
     _amazonFeedsApiService = amazonFeedsApiService;
     _amazonProductsApiService = amazonProductsApiService;
 }
Ejemplo n.º 19
0
 public AmazonRequestService(IAmazonListingService amazonListingService, IAmazonLogService amazonLogService,
                             IAmazonFeedsApiService amazonFeedsApiService,
                             IAmazonProductsApiService amazonProductsApiService)
 {
     _amazonListingService     = amazonListingService;
     _amazonLogService         = amazonLogService;
     _amazonFeedsApiService    = amazonFeedsApiService;
     _amazonProductsApiService = amazonProductsApiService;
 }
Ejemplo n.º 20
0
 public SettingsControllerTests()
 {
     _configurationProvider = A.Fake<IConfigurationProvider>();
     _amazonLogService = A.Fake<IAmazonLogService>();
     _amazonAppSettings = A.Fake<AmazonAppSettings>();
     _amazonSellerSettings = A.Fake<AmazonSellerSettings>();
      _amazonSyncSettings = A.Fake<AmazonSyncSettings>();
      _settingsController = new SettingsController(_configurationProvider, _amazonLogService, _amazonAppSettings, _amazonSellerSettings, _amazonSyncSettings);
 }
Ejemplo n.º 21
0
 public LogsControllerTests()
 {
     _amazonLogService = A.Fake <IAmazonLogService>();
     _siteSettings     = new SiteSettings()
     {
         DefaultPageSize = 10
     };
     _logsController = new LogsController(_amazonLogService, _siteSettings);
 }
Ejemplo n.º 22
0
 public CloseAmazonListingService(IAmazonFeedsApiService amazonFeedsApiService,
                                   IAmazonLogService amazonLogService, 
     IAmazonListingRequestService amazonRequestService, 
     IAmazonListingService amazonListingService)
 {
     _amazonFeedsApiService = amazonFeedsApiService;
     _amazonLogService = amazonLogService;
     _amazonRequestService = amazonRequestService;
     _amazonListingService = amazonListingService;
 }
 public AmazonListingSyncManagerTests()
 {
     _syncAmazonListingService  = A.Fake <ISyncAmazonListingService>();
     _amazonListingService      = A.Fake <IAmazonListingService>();
     _amazonLogService          = A.Fake <IAmazonLogService>();
     _closeAmazonListingService = A.Fake <ICloseAmazonListingService>();
     _amazonListingGroupService = A.Fake <IAmazonListingGroupService>();
     _amazonListingSyncManager  = new AmazonListingSyncManager(_syncAmazonListingService, _amazonListingService,
                                                               _amazonLogService, _closeAmazonListingService, _amazonListingGroupService);
 }
Ejemplo n.º 24
0
 public AppControllerTests()
 {
     _amazonLogService       = A.Fake <IAmazonLogService>();
     _amazonAnalyticsService = A.Fake <IAmazonAnalyticsService>();
     _siteSettings           = new SiteSettings()
     {
         DefaultPageSize = 10
     };
     _appController = new AppController(_amazonLogService, _amazonAnalyticsService, _siteSettings);
 }
 public CloseAmazonListingService(IAmazonFeedsApiService amazonFeedsApiService,
                                  IAmazonLogService amazonLogService,
                                  IAmazonListingRequestService amazonRequestService,
                                  IAmazonListingService amazonListingService)
 {
     _amazonFeedsApiService = amazonFeedsApiService;
     _amazonLogService      = amazonLogService;
     _amazonRequestService  = amazonRequestService;
     _amazonListingService  = amazonListingService;
 }
 public AmazonListingSyncManagerTests()
 {
     _syncAmazonListingService = A.Fake<ISyncAmazonListingService>();
     _amazonListingService = A.Fake<IAmazonListingService>();
     _amazonLogService = A.Fake<IAmazonLogService>();
     _closeAmazonListingService = A.Fake<ICloseAmazonListingService>();
     _amazonListingGroupService = A.Fake<IAmazonListingGroupService>();
     _amazonListingSyncManager = new AmazonListingSyncManager(_syncAmazonListingService,_amazonListingService,
         _amazonLogService,_closeAmazonListingService,_amazonListingGroupService);
 }
 public AmazonListingService(ISession session,
                             IAmazonLogService amazonLogService,
                             IProductVariantService productVariantService, IOptionService optionService, IAmazonProductsApiService amazonProductsApiService)
 {
     _session                  = session;
     _amazonLogService         = amazonLogService;
     _productVariantService    = productVariantService;
     _optionService            = optionService;
     _amazonProductsApiService = amazonProductsApiService;
 }
Ejemplo n.º 28
0
 public AmazonListingService(ISession session,
     IAmazonLogService amazonLogService, 
     IProductVariantService productVariantService, IOptionService optionService, IAmazonProductsApiService amazonProductsApiService)
 {
     _session = session;
     _amazonLogService = amazonLogService;
     _productVariantService = productVariantService;
     _optionService = optionService;
     _amazonProductsApiService = amazonProductsApiService;
 }
 public SettingsController(IConfigurationProvider configurationProvider,
                           IAmazonLogService amazonLogService,
                           AmazonAppSettings amazonAppSettings,
                           AmazonSellerSettings amazonSellerSettings,
                           AmazonSyncSettings amazonSyncSettings)
 {
     _configurationProvider = configurationProvider;
     _amazonLogService      = amazonLogService;
     _amazonAppSettings     = amazonAppSettings;
     _amazonSellerSettings  = amazonSellerSettings;
     _amazonSyncSettings    = amazonSyncSettings;
 }
Ejemplo n.º 30
0
 public AmazonListingSyncManager(
     ISyncAmazonListingService exportAmazonListingService,
     IAmazonListingService amazonListingService,
     IAmazonLogService amazonLogService,
     ICloseAmazonListingService closeAmazonListingService,
     IAmazonListingGroupService amazonListingGroupService)
 {
     _exportAmazonListingService = exportAmazonListingService;
     _amazonListingService       = amazonListingService;
     _amazonLogService           = amazonLogService;
     _closeAmazonListingService  = closeAmazonListingService;
     _amazonListingGroupService  = amazonListingGroupService;
 }
Ejemplo n.º 31
0
 public AmazonListingSyncManager(
     ISyncAmazonListingService exportAmazonListingService, 
     IAmazonListingService amazonListingService, 
     IAmazonLogService amazonLogService, 
     ICloseAmazonListingService closeAmazonListingService, 
     IAmazonListingGroupService amazonListingGroupService)
 {
     _exportAmazonListingService = exportAmazonListingService;
     _amazonListingService = amazonListingService;
     _amazonLogService = amazonLogService;
     _closeAmazonListingService = closeAmazonListingService;
     _amazonListingGroupService = amazonListingGroupService;
 }
 public LogsController(IAmazonLogService amazonLogService, SiteSettings siteSettings)
 {
     _amazonLogService = amazonLogService;
     _siteSettings     = siteSettings;
 }
 public AmazonOrderSyncDataService(ISession session, IAmazonLogService amazonLogService)
 {
     _session          = session;
     _amazonLogService = amazonLogService;
 }
Ejemplo n.º 34
0
 public AmazonOrderServiceTests()
 {
     _amazonLogService        = A.Fake <IAmazonLogService>();
     _amazonOrderEventService = A.Fake <IAmazonOrderEventService>();
     _amazonOrderService      = new AmazonOrderService(Session, _amazonLogService, _amazonOrderEventService);
 }
 public AmazonListingGroupServiceTests()
 {
     _amazonLogService          = A.Fake <IAmazonLogService>();
     _amazonListingGroupService = new AmazonListingGroupService(Session, _amazonLogService);
 }
Ejemplo n.º 36
0
 public LogsControllerTests()
 {
     _amazonLogService = A.Fake<IAmazonLogService>();
     _siteSettings = new SiteSettings() { DefaultPageSize = 10 };
     _logsController = new LogsController(_amazonLogService, _siteSettings);
 }
 public AmazonListingGroupServiceTests()
 {
     _amazonLogService = A.Fake<IAmazonLogService>();
     _amazonListingGroupService = new AmazonListingGroupService(Session, _amazonLogService);
 }
Ejemplo n.º 38
0
 public AmazonOrderSyncDataService(ISession session, IAmazonLogService amazonLogService)
 {
     _session = session;
     _amazonLogService = amazonLogService;
 }
 public AmazonListingGroupService(ISession session, IAmazonLogService amazonLogService)
 {
     _session          = session;
     _amazonLogService = amazonLogService;
 }
Ejemplo n.º 40
0
 public AmazonListingGroupService(ISession session, IAmazonLogService amazonLogService)
 {
     _session = session;
     _amazonLogService = amazonLogService;
 }
Ejemplo n.º 41
0
 public AmazonOrderServiceTests()
 {
     _amazonLogService = A.Fake<IAmazonLogService>();
     _amazonOrderEventService = A.Fake<IAmazonOrderEventService>();
     _amazonOrderService = new AmazonOrderService(Session, _amazonLogService, _amazonOrderEventService);
 }