Exemple #1
0
 public override Reward GetById(string id)
 {
     return(_rewardService.GetReward(int.Parse(id)));
 }