Esempio n. 1
0
 private void BindRepairApply()
 {
     if (this.action == "edit")
     {
         EquRepairPlan byId = this.planSer.GetById(this.id);
     }
 }
Esempio n. 2
0
 protected void Page_Load(object sender, System.EventArgs e)
 {
     if (!base.IsPostBack)
     {
         this.lblPrintDate.Text   = System.DateTime.Now.ToString("yyyy-MM-dd");
         this.lblBllProducer.Text = WebUtil.GetUserNames(base.UserCode);
         EquRepairPlan byId = this.planSer.GetById(this.id);
     }
 }
Esempio n. 3
0
 private EquRepairPlan GetModel(EquRepairPlan model)
 {
     return(model);
 }