示例#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);
 }