private void BindRepairApply() { if (this.action == "edit") { EquRepairPlan byId = this.planSer.GetById(this.id); } }
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); } }
private EquRepairPlan GetModel(EquRepairPlan model) { return(model); }