Пример #1
0
 public SubmissionController(ICommandBus commandBus, IHostEnvironment env, ConfigHealthProvider healthcheck)
 {
     this.commandBus  = commandBus;
     this.env         = env;
     this.healthcheck = healthcheck;
 }
Пример #2
0
 public ConfigController(ConfigHealthProvider healthcheck)
 {
     this.healthcheck = healthcheck;
 }