Example #1
0
 public List <UserCodeAwardModel> GetAllWinners()
 {
     return(lotteryService.GetAllWinners());
 }