コード例 #1
0
 public LotteryGameRepository(LotteryContext context)
 {
 }
コード例 #2
0
 public LotteryGameRepository(LotteryContext context)
 {
     this.context = context;
 }
コード例 #3
0
 public DrawRepository(LotteryContext context)
 {
 }
コード例 #4
0
 public DrawRepository(LotteryContext context)
 {
     this.context = context;
 }