public LotteryGameRepository(LotteryContext context) { }
public LotteryGameRepository(LotteryContext context) { this.context = context; }
public DrawRepository(LotteryContext context) { }
public DrawRepository(LotteryContext context) { this.context = context; }