public System.Threading.Tasks.Task <int> updatePhieuDatPhongAsync(WCF_QuanLyKhachSanForm.ServiceReferencePhieuDatPhong.PhieuDatPhongDTO pdpDTO)
 {
     return(base.Channel.updatePhieuDatPhongAsync(pdpDTO));
 }
 public int updatePhieuDatPhong(WCF_QuanLyKhachSanForm.ServiceReferencePhieuDatPhong.PhieuDatPhongDTO pdpDTO)
 {
     return(base.Channel.updatePhieuDatPhong(pdpDTO));
 }