Exemple #1
0
 public LotteryDataAddedEvent(LotteryDataInfo lotteryData)
 {
     LotteryDataInfo = lotteryData;
 }
Exemple #2
0
 private void Handle(LotteryDataAddedEvent evnt)
 {
     _lotteryDataInfo = evnt.LotteryDataInfo;
 }