public System.Threading.Tasks.Task <int> updateChiTietThuePhongAsync(WCF_QuanLyKhachSanForm.ServiceReferenceChiTietThuePhong.ChiTietThuePhongDTO cttpDTO)
 {
     return(base.Channel.updateChiTietThuePhongAsync(cttpDTO));
 }
 public int updateChiTietThuePhong(WCF_QuanLyKhachSanForm.ServiceReferenceChiTietThuePhong.ChiTietThuePhongDTO cttpDTO)
 {
     return(base.Channel.updateChiTietThuePhong(cttpDTO));
 }