예제 #1
0
 public static void InsertStudyLT(LessonTestType llt)
 {
     Add(llt);
 }
예제 #2
0
 public static void UpdateStudyLT(LessonTestType llt)
 {
     Update(llt);
 }