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