Example #1
0
 /// <summary>
 /// Initializes a new instance of the <see cref="ShopContextFactory"/> class.
 /// </summary>
 /// <param name="siteContextFactory">The site context factory.</param>
 public ShopContextFactory(SiteContextFactoryWrapper siteContextFactory)
 {
     this.siteContextFactory = siteContextFactory;
 }
 /// <summary>
 /// Initializes a new instance of the <see cref="ShopContextFactory"/> class.
 /// </summary>
 /// <param name="siteContextFactory">The site context factory.</param>
 public ShopContextFactory(SiteContextFactoryWrapper siteContextFactory)
 {
   this.siteContextFactory = siteContextFactory;
 }