Exemple #1
0
 public AuthController(IAuthenticateLikeNothing authenticator)
 {
     Check.NotNull(authenticator, "authenticator");
     this.authenticator = authenticator;
     Check.InjectedMembers(this);
 }
Exemple #2
0
 public AuthController(IAuthenticateLikeNothing authenticator)
 {
     Check.NotNull(authenticator, "authenticator");
     this.authenticator = authenticator;
     Check.InjectedMembers(this);
 }