Exemplo n.º 1
0
 public MunchAllotSeeder(MunchAllotContext ctx, IHostEnvironment hosting)
 {
     _ctx     = ctx;
     _hosting = hosting;
 }
Exemplo n.º 2
0
 public MunchAllotRepository(MunchAllotContext ctx)
 {
     _ctx = ctx;
 }