Beispiel #1
0
 public List <Student> GetAllStudentCourse()
 {
     try
     {
         StudentGetway studentGetway = new StudentGetway();
         return(studentGetway.GetAllStudentCourse());
     }
     catch (Exception)
     {
         throw;
     }
 }