public void DelStepForm(string sfid) { this.dbManager.Execute(conn => DalPower.DelStepForm(conn, sfid)); }