示例#1
0
 public PhieuThuePhongDTO getPhieuThuePhongByID(string ID)
 {
     try
     {
         return(ptpDAO.getPhieuThuePhongByID(ID));
     }
     catch
     {
         throw new Exception("Error!");
     }
 }