示例#1
0
 public void RemoveAward(int userId, int awardId)
 {
     UsersDAO.RemoveAward(userId, awardId);
 }