示例#1
0
 public S2StartupService(
     IShellFeatureEntityService shellFeatureEntityService,
     IEnumerable <OrchardCore.Modules.IStartup> orchardStartups,
     ILogger <S2StartupService> logger)
 {
     _shellFeatureEntityService = shellFeatureEntityService;
     _orchardStartups           = orchardStartups;
     this.Logger = logger;
 }
 public CustomRemoteServiceMetadataProvider(
     IShellFeatureEntityService shellFeatureService,
     IWebHostEnvironment environment,
     ITypeFeatureProvider typeFeatureProvider)
 {
     _shellFeatureService = shellFeatureService;
     _environment         = environment;
     _typeFeatureProvider = typeFeatureProvider;
 }
 public EnabledFeaturesClrEntityHarvester(IShellFeatureEntityService shellFeatureEntityService)
 {
     _shellFeatureEntityService = shellFeatureEntityService;
 }
示例#4
0
 public BuiltinClrEntityHarvester(IShellFeatureEntityService shellFeatureEntityService)
 {
     _shellFeatureEntityService = shellFeatureEntityService;
 }