Exemplo n.º 1
0
 public IEnumerable<Reward> GetAllRewards()
 {
     var allRewards = _rewardService.GetAllRewards();
     return allRewards;
 }