Beispiel #1
0
 public PoolsController() 
 {
     this.Pw = ObjectFactory.GetInstance<PasswordUtility>();
     this.Svc = ObjectFactory.GetInstance<RemoteLabService>();
 }
Beispiel #2
0
 public PoolsController(RemoteLabService Svc, PasswordUtility Pw)
 {
     this.Svc = Svc;
     this.Pw = Pw;
 }