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