public void UptStep(string name, string pname, int isend, int id) { this.dbManager.Execute(conn => DalPower.UptStep(conn, name, pname, isend, id)); }