Exemplo n.º 1
0
 public WebInitializer(IDbContextFactory factory, IWebServerStartup webServerStartup, IShutdownHandler shutdownHandler)
 {
     _factory          = factory;
     _webServerStartup = webServerStartup;
     _shutdownHandler  = shutdownHandler;
     _cts = new CancellationTokenSource();
 }
Exemplo n.º 2
0
 public WebInitializer(IDbContextFactory factory, IWebServerStartup webServerStartup, IShutdownHandler shutdownHandler) {
     _factory = factory;
     _webServerStartup = webServerStartup;
     _shutdownHandler = shutdownHandler;
     _cts = new CancellationTokenSource();
 }