public RefreshTokenRepository(MyAuthExampleContext db) { this.db = db; }
public SimpleTokenRepository(MyAuthExampleContext db) { this.db = db; }
public UserRepository(MyAuthExampleContext db) { this.db = db; }