示例#1
0
 public async Task <Reward> GetByIdAsync(int id)//get by id
 {
     return(await rewardRepository.FindByIdAsync(id));
 }