public Persistence(IndiceContext context)
 {
     _context = context;
 }
Exemple #2
0
 public IndiciController(IndiceContext context)
 {
     _context = context;
     P        = new Persistence(context);
 }