public AuthRepository(AMGContext context) { _context = context; }
// private readonly APRISEContext _apriseContext; public UserRepository(AMGContext context) { _context = context; }
public UserRepository(AMGContext context, APRISEContext apriseContext) { _apriseContext = apriseContext; _context = context; }