public AppController(ZohrContext context)
 {
     _context = context;
 }
Exemplo n.º 2
0
 public ZohrSeeder(ZohrContext ctx)
 {
     _ctx = ctx;
 }