コード例 #1
0
 public IEnumerable <StudentBE.ShortInformation> ListarTodos()
 {
     try
     {
         return(objStudentDA.ListarTodos());
     }
     catch (Exception ex)
     {
         throw ex;
     }
 }