コード例 #1
0
ファイル: StudentBLL.cs プロジェクト: horacn/MySchool
 public static bool DelStudentByStuNo(string StuNo)
 {
     try
     {
         return(StudentDAL.DelStudentByStuNo(StuNo));
     }
     catch (Exception)
     {
         throw;
     }
 }