public SingInManager(NotesApplicationContext context)
 {
     this.dbContext = context;
 }
Beispiel #2
0
 public SignInManager(IDbIdentityContext context)
 {
     this.dbContext = context;
 }
 public UsersController()
 {
     this.context       = new NotesContext();
     this.signInManager = new SignInManager(this.context);
 }