Esempio n. 1
0
 public ValuesController(IBackgroundJobClient backgroundJobClient, ISingletonValue singletonValue)
 {
     this.backgroundJobClient = backgroundJobClient;
     this.singletonValue      = singletonValue;
 }
 public PersonController(IBackgroundJobClient backgroundJobClient, DemoContext demoContext, ISingletonValue singletonValue)
 {
     _backgroundJobClient = backgroundJobClient;
     _demoContext         = demoContext;
     _singletonValue      = singletonValue;
 }