Beispiel #1
0
 public IList <PhieuThuePhongDTO> getListPhieuThuePhongLMAll(int a)
 {
     try
     {
         return(ptpDAO.getListPhieuThuePhongLMAll(a));
     }
     catch
     {
         throw new Exception("Error!");
     }
 }