public CampRepository(CampContext context) { _context = context; }
public CampDbInitializer(CampContext ctx) { _ctx = ctx; }