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