예제 #1
0
 public List<AchievementAssessmentLoad> ShowTeachServiceInspect(int id)
 {
     AdministrationDataBase aDB = new AdministrationDataBase();
     return aDB.ShowTeachServiceInspect(id);
 }