Exemple #1
0
 public DataTable GetAll()
 {
     try
     {
         return(tinhTrangDAO.SelectAll());
     }
     catch (Exception e)
     {
         throw e;
     }
 }