Exemplo n.º 1
0
 public virtual void DeleteFlowPlan(FlowPlan entity)
 {
     entityDao.DeleteFlowPlan(entity);
 }
Exemplo n.º 2
0
 //数据区获得焦点
 private void flowLayoutPanel1_Click(object sender, EventArgs e)
 {
     FlowPlan.Focus();
 }
Exemplo n.º 3
0
 public virtual void UpdateFlowPlan(FlowPlan entity)
 {
     entityDao.UpdateFlowPlan(entity);
 }
Exemplo n.º 4
0
 public virtual void CreateFlowPlan(FlowPlan entity)
 {
     entityDao.CreateFlowPlan(entity);
 }
Exemplo n.º 5
0
 public virtual void DeleteFlowPlan(FlowPlan entity)
 {
     Delete(entity);
 }
Exemplo n.º 6
0
 public virtual void UpdateFlowPlan(FlowPlan entity)
 {
     Update(entity);
 }
Exemplo n.º 7
0
 public virtual void CreateFlowPlan(FlowPlan entity)
 {
     Create(entity);
 }