Example #1
0
 public static List <StudentBuss> GetAllStudentByName(string name)
 {
     try
     {
         return(StudentDAL.GetAllStudentBuss(name));
     }
     catch (Exception)
     {
         throw;
     }
 }