public Persistence(IndiceContext context) { _context = context; }
public IndiciController(IndiceContext context) { _context = context; P = new Persistence(context); }