Example #1
0
 public static bool DelStudentByStuNo(string StuNo)
 {
     try
     {
         return(StudentDAL.DelStudentByStuNo(StuNo));
     }
     catch (Exception)
     {
         throw;
     }
 }