Beispiel #1
0
 public CustomerReviewService(ICustomerReviews customerReviewsApi, IApiChangesWatcher apiChangesWatcher, IStorefrontMemoryCache memoryCache, IWorkContextAccessor workContextAccessor)
 {
     _customerReviewsApi  = customerReviewsApi;
     _apiChangesWatcher   = apiChangesWatcher;
     _memoryCache         = memoryCache;
     _workContextAccessor = workContextAccessor;
 }
Beispiel #2
0
 public CustomerReviewService(
     ICustomerReviews customerReviewsApi,
     IStorefrontMemoryCache memoryCache,
     IApiChangesWatcher apiChangesWatcher)
 {
     _customerReviewsApi = customerReviewsApi;
     _memoryCache        = memoryCache;
     _apiChangesWatcher  = apiChangesWatcher;
 }
 public CustomerReviewService(ICustomerReviews customerReviewsApi, IStorefrontMemoryCache memoryCash, IApiChangesWatcher changesWatcher)
 {
     _customerReviewsApi = customerReviewsApi;
     _memoryCache        = memoryCash;
     _changesWatcher     = changesWatcher;
 }