Example #1
0
 public CachedLoadFacetService(
     ISetting config,
     IRepositoryRegistry context,
     ISeadQueryCache cache,
     IBogusPickService bogusService,
     IFacetContentServiceLocator contentServiceLocator) : base(config, context, cache, bogusService, contentServiceLocator)
 {
     Cache = cache;
 }
Example #2
0
 public LoadFacetService(ISetting config, IRepositoryRegistry context, ISeadQueryCache cache,
                         IBogusPickService bogusService, IFacetContentServiceLocator contentServiceLocator) : base(config, context)
 {
     BogusPickService      = bogusService;
     ContentServiceLocator = contentServiceLocator;
 }