Beispiel #1
0
 public override void Setup() {
     base.Setup();
     this.a = _container.Get<IHttpAuthorizer>();
 }
Beispiel #2
0
 public override void Setup()
 {
     base.Setup();
     this.a = _container.Get <IHttpAuthorizer>();
 }