Exemple #1
0
 public SwitchValueProvider(Repository.ISwitchRepository repo)
 {
     this.repo = repo;
 }
 public SwitchesController(Repository.ISwitchRepository repo)
 {
     this.repo = repo;
 }