Ejemplo n.º 1
0
 public LogIn(LogInContext logInContext)
 {
     this.logInContext = logInContext;
 }
Ejemplo n.º 2
0
 public CreateUserToken(LogInContext logInContext)
 {
     this.logInContext = logInContext;
 }