예제 #1
0
 public LotteryGameRepository(LotteryContext context)
 {
 }
예제 #2
0
 public LotteryGameRepository(LotteryContext context)
 {
     this.context = context;
 }
 public DrawRepository(LotteryContext context)
 {
 }
예제 #4
0
 public DrawRepository(LotteryContext context)
 {
     this.context = context;
 }