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