コード例 #1
0
 public int EditQuestion(int id, question EditQuestion)
 {
     return(bllService.EditQuestion(EditQuestion, id));
 }