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

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