Beispiel #1
0
 public int updatePhieuThuePhong(PhieuThuePhongDTO ptpDTO)
 {
     try
     {
         ptpDAO.updatePhieuThuePhong(ptpDTO);
         return(1);
     }
     catch
     {
         return(0);
     }
 }