This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| namespace Epi.Libraries.Commerce.Predictions | |
| { | |
| using System.Collections.Generic; | |
| using System.IO; | |
| using System.Linq; | |
| using System.Threading; | |
| using System.Web; | |
| using EPiServer.Commerce.Catalog.ContentTypes; | |
| using EPiServer.Commerce.Catalog.Linking; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| using System.Collections.Generic; | |
| using System.Linq; | |
| using EPiServer; | |
| using EPiServer.Core; | |
| using EPiServer.Framework.Localization; | |
| using EPiServer.ServiceLocation; | |
| using EPiServer.Validation; | |
| /// <summary> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| using System.Collections.Generic; | |
| using System.Linq; | |
| using EPiServer.Commerce.Catalog.ContentTypes; | |
| using EPiServer.Core; | |
| using EPiServer.Find; | |
| using EPiServer.Find.Cms; | |
| using EPiServer.PlugIn; | |
| using EPiServer.Scheduler; | |
| using EPiServer.ServiceLocation; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| using EPiServer.Core; | |
| using EPiServer.Find; | |
| using EPiServer.Find.Cms; | |
| using EPiServer.Find.Framework; | |
| using EPiServer.Find.Helpers; | |
| using EPiServer.Find.Json; | |
| using EPiServer.Reference.Commerce.Site.Features.Product.Models; | |
| using EPiServer.Validation; | |
| using Newtonsoft.Json; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [ServiceConfiguration(typeof(IContentQuery))] | |
| public class GetSalesCampaignChildrenQueryFiltered : GetSalesCampaignChildrenQuery | |
| { | |
| private readonly IMarketAccessRightsHelper marketAccessRightsHelper; | |
| public GetSalesCampaignChildrenQueryFiltered( | |
| IContentQueryHelper queryHelper, | |
| IContentRepository contentRepository, | |
| LanguageSelectorFactory languageSelectorFactory, | |
| CampaignInfoExtractor campaignInfoExtractor, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| using System; | |
| using System.Collections.Generic; | |
| using System.Linq; | |
| using System.Web; | |
| using System.Web.Mvc; | |
| using EPiServer; | |
| using EPiServer.Cms.Shell; | |
| using EPiServer.Core; | |
| using EPiServer.DataAbstraction; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| namespace EPiServer.Reference.Commerce.Site.Features.Promotions | |
| { | |
| using System.ComponentModel.DataAnnotations; | |
| using EPiServer.Commerce.Catalog.ContentTypes; | |
| using EPiServer.Commerce.Marketing; | |
| using EPiServer.Commerce.Marketing.DataAnnotations; | |
| using EPiServer.Core; | |
| using EPiServer.DataAnnotations; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| using EPiServer.Commerce.Marketing.Promotions; | |
| using EPiServer.ServiceLocation; | |
| /// <summary> | |
| /// Class BuyFromCategoryGetItemDiscountRemoteCouponProvider. | |
| /// </summary> | |
| /// <seealso cref="RemoteCouponProviderBase{BuyFromCategoryGetItemDiscount}" /> | |
| /// <seealso cref="IRemoteCouponProvider" /> | |
| [ServiceConfiguration(typeof(IRemoteCouponProvider), Lifecycle = ServiceInstanceScope.Singleton)] | |
| public class BuyFromCategoryGetItemDiscountRemoteCouponProvider : RemoteCouponProviderBase<BuyFromCategoryGetItemDiscount> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| using System.Collections.Generic; | |
| using System.Linq; | |
| using EPiServer.Core; | |
| using EPiServer.Filters; | |
| using EPiServer.Framework.Web; | |
| using EPiServer.ServiceLocation; | |
| using EPiServer.SocialAlloy.Web.Social.Repositories; | |
| /// <summary> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| namespace EPiServer.SocialAlloy.Web.Business.FindHelpers | |
| { | |
| using System; | |
| using System.Collections.Generic; | |
| using System.Linq; | |
| using System.Linq.Expressions; | |
| using System.Reflection; | |
| using EPiServer.Core; | |
| using EPiServer.Find; |