public MunchAllotSeeder(MunchAllotContext ctx, IHostEnvironment hosting) { _ctx = ctx; _hosting = hosting; }
public MunchAllotRepository(MunchAllotContext ctx) { _ctx = ctx; }