Exemplo n.º 1
0
 public System.Threading.Tasks.Task <int> updatePhieuThuePhongAsync(WCF_QuanLyKhachSanForm.ServiceReferencePhieuThuePhong.PhieuThuePhongDTO ptpDTO)
 {
     return(base.Channel.updatePhieuThuePhongAsync(ptpDTO));
 }
Exemplo n.º 2
0
 public int updatePhieuThuePhong(WCF_QuanLyKhachSanForm.ServiceReferencePhieuThuePhong.PhieuThuePhongDTO ptpDTO)
 {
     return(base.Channel.updatePhieuThuePhong(ptpDTO));
 }