Beispiel #1
0
 public PluginManagerFactory(ILogger logger, IConfiguration configuration, IMessageQueue messageQueue, IIsolatedEnvironmentFactory isolatedEnvironmentFactory)
 {
     _logger        = logger;
     _configuration = configuration;
     _messageQueue  = messageQueue;
     _isolatedEnvironmentFactory = isolatedEnvironmentFactory;
 }
 public PluginManagerFactory(ILogger logger, IConfiguration configuration, IMessageQueue messageQueue, IIsolatedEnvironmentFactory isolatedEnvironmentFactory)
 {
     _logger = logger;
     _configuration = configuration;
     _messageQueue = messageQueue;
     _isolatedEnvironmentFactory = isolatedEnvironmentFactory;
 }