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;
 }