public UserRepository(ExampleContext context) { _context = context; }
public AuditRepository(ExampleContext context) { _context = context; }