Exemple #1
0
 public HelloJob(IHelloDependency helloDependency)
 {
     this.helloDependency = helloDependency;
 }
Exemple #2
0
 public HelloJob(IHelloDependency helloDependency)
 {
     _helloDependency = helloDependency;
 }