public System.Threading.Tasks.Task <int> updatePhongAsync(DatPhongKhachSanWeb.PhongServiceReference.PhongDTO pDTO)
 {
     return(base.Channel.updatePhongAsync(pDTO));
 }
 public int updatePhong(DatPhongKhachSanWeb.PhongServiceReference.PhongDTO pDTO)
 {
     return(base.Channel.updatePhong(pDTO));
 }