コード例 #1
0
 public void AddBounty(Question question, int bounty)
 {
     question.AddBounty(bounty);
 }