Пример #1
0
 public List <Student> GetAllStudentResult()
 {
     try
     {
         StudentGetway studentGetway = new StudentGetway();
         return(studentGetway.GetAllStudentResult());
     }
     catch (Exception)
     {
         throw;
     }
 }