public RefreshTokenRepository(MyAuthExampleContext db)
 {
     this.db = db;
 }
Exemple #2
0
 public SimpleTokenRepository(MyAuthExampleContext db)
 {
     this.db = db;
 }
Exemple #3
0
 public UserRepository(MyAuthExampleContext db)
 {
     this.db = db;
 }