コード例 #1
0
 public bool ExitRecord(string SAcademicYear, string selectAddSubject)
 {
     return(repo.ExitRecord(SAcademicYear, selectAddSubject));
 }