public RefreshTokenRepository(MyAuthExampleContext db)
 {
     this.db = db;
 }
Пример #2
0
 public SimpleTokenRepository(MyAuthExampleContext db)
 {
     this.db = db;
 }
Пример #3
0
 public UserRepository(MyAuthExampleContext db)
 {
     this.db = db;
 }