Exemplo n.º 1
0
 public IList <PhieuThuePhongDTO> getListPhieuThuePhongAll()
 {
     try
     {
         return(ptpDAO.getListPhieuThuePhongAll());
     }
     catch
     {
         throw new Exception("Error!");
     }
 }