Beispiel #1
0
 public System.Threading.Tasks.Task <int> updatePhieuDatPhongAsync(DatPhongKhachSanWeb.PhieuDatPhongServiceReference.PhieuDatPhongDTO pdpDTO)
 {
     return(base.Channel.updatePhieuDatPhongAsync(pdpDTO));
 }
Beispiel #2
0
 public int updatePhieuDatPhong(DatPhongKhachSanWeb.PhieuDatPhongServiceReference.PhieuDatPhongDTO pdpDTO)
 {
     return(base.Channel.updatePhieuDatPhong(pdpDTO));
 }