Exemplo n.º 1
0
 public TaskExecutingServer(IServer server, IStartupRunner startupRunner)
 {
     this.server        = server;
     this.startupRunner = startupRunner;
 }
Exemplo n.º 2
0
 public StartupRunnerHostedService(IStartupRunner startupRunner)
 {
     this.startupRunner = startupRunner;
 }