示例#1
0
 public Reward GetRewardById(int rewardId)
 {
     return(data.GetRewardById(rewardId));
 }