示例#1
0
 public UserRepository(InMemoryDatabaseContext context)
 {
     _context = context;
 }
 public RefreshTokenRepository(InMemoryDatabaseContext context)
 {
     _context = context;
 }