Exemplo n.º 1
0
 public void DelStepForm(string sfid)
 {
     this.dbManager.Execute(conn => DalPower.DelStepForm(conn, sfid));
 }