Beispiel #1
0
 public SendACopy(IWishListCopyService wishListCopyService, Lazy <IEmailService> emailService, ITranslationLocalizer translationLocalizer, IWebsiteUtilities websiteUtilities)
 {
     this.wishListCopyService  = wishListCopyService;
     this.emailService         = emailService;
     this.translationLocalizer = translationLocalizer;
     this.websiteUtilities     = websiteUtilities;
 }
 public GetCartMapper_Brasseler(ICurrencyFormatProvider currencyFormatProvider, IGetCountryMapper getCountryMapper, IGetStateMapper getStateMapper, IGetBillToMapper getBillToMapper, IGetShipToMapper getShipToMapper, IGetCartLineCollectionMapper getCartLineCollectionMapper, IObjectToObjectMapper objectToObjectMapper, IUrlHelper urlHelper, IRouteDataProvider routeDataProvider, ITranslationLocalizer translationLocalizer, IUnitOfWorkFactory unitOfWork)
     : base(currencyFormatProvider, getBillToMapper, getShipToMapper, getCartLineCollectionMapper, objectToObjectMapper, urlHelper, routeDataProvider, translationLocalizer)
 {
     this.CurrencyFormatProvider      = currencyFormatProvider;
     this.GetBillToMapper             = getBillToMapper;
     this.GetShipToMapper             = getShipToMapper;
     this.GetCartLineCollectionMapper = getCartLineCollectionMapper;
     this.ObjectToObjectMapper        = objectToObjectMapper;
     this.UrlHelper            = urlHelper;
     this.RouteDataProvider    = routeDataProvider;
     this.TranslationLocalizer = translationLocalizer;
     this.GetCountryMapper     = getCountryMapper;
     this.GetStateMapper       = getStateMapper;
     this.UnitOfWork           = unitOfWork.GetUnitOfWork();
 }
Beispiel #3
0
 public BrasselerCatalogNavigationPagePreparer(ITranslationLocalizer translationLocalizer, ICatalogLinkProvider catalogLinkProvider, ICatalogService catalogService)
     : base(translationLocalizer)
 {
     this._catalogLinkProvider = catalogLinkProvider;
     this._catalogService      = catalogService;
 }
Beispiel #4
0
 public UserExchangeService(IUnitOfWorkFactory unitOfWorkFactory, IContextProvider contextProvider, ITranslationLocalizer translationLocalizer,
                            IUserExchangeRepository repository)
     : base(unitOfWorkFactory, contextProvider, translationLocalizer)
 {
     this.repository = repository;
 }
 public GetInvoiceMapper_Brasseler(ICurrencyFormatProvider currencyFormatProvider, IUrlHelper urlHelper, IObjectToObjectMapper objectToObjectMapper, ITranslationLocalizer translationLocalizer) : base(currencyFormatProvider, urlHelper, objectToObjectMapper, translationLocalizer)
 {
 }
Beispiel #6
0
 public UserExchangeService(IUnitOfWorkFactory unitOfWorkFactory, IContextProvider contextProvider, ITranslationLocalizer translationLocalizer,
     IUserExchangeRepository repository)
     :base(unitOfWorkFactory, contextProvider, translationLocalizer)
 {
     this.repository = repository;
 }