Exemplo n.º 1
0
 protected void btnGetTravelExpApplyMasterCode_Click(object sender, EventArgs e)
 {
     IOaService service = new OaServerce();
     this.lblExpApplyMasterCode.Text = service.GetTravelExpApplyMasterCode(this.txtExtensionalOrderID.Text.Trim());
 }
Exemplo n.º 2
0
        protected void btnGetTravelExpApplyMasterCode_Click(object sender, EventArgs e)
        {
            IOaService service = new OaServerce();

            this.lblExpApplyMasterCode.Text = service.GetTravelExpApplyMasterCode(this.txtExtensionalOrderID.Text.Trim());
        }