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