Exemplo n.º 1
0
 public List <HocSinh> getStudents()
 {
     try
     {
         return(_hsDAO.getStudents());
     }
     catch (SqlException ex)
     {
         throw ex;
     }
 }