示例#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;
 }