示例#1
0
 public int insertPhieuThuePhong(PhieuThuePhongDTO ptpDTO)
 {
     try
     {
         ptpDAO.insertPhieuThuePhong(ptpDTO);
         return(1);
     }
     catch
     {
         return(0);
         //throw new Exception("Không thêm được dữ liệu!");
     }
 }