public UserRepository(QuoteContext context) { _context = context; }
public QuoteRepository(QuoteContext context) { _context = context; }