コード例 #1
0
 public static void AddQuestion(string questionName, int categoryId)
 {
     ContextManager.AddQuestion(questionName, categoryId);
 }