Esempio n. 1
0
 public int createCoursePlanTemplate(int Unit, int ClassID, int TeacherID, int CourseID, string StartPeriod, string EndPeriod, List<string[]> targetContent)
 {
     TeachDataBase tDB = new TeachDataBase();
     return tDB.createCoursePlanTemplate(Unit, ClassID, TeacherID, CourseID, StartPeriod, EndPeriod, targetContent);
 }