Exemple #1
0
 /// <summary>
 /// 向数据库增加记录
 /// </summary>
 public static void InsertExamMod(Exam_Mod mod)
 {
     Exam_Dal.InsertExamMod("Rnnny", mod);
 }