Ejemplo n.º 1
0
 public void DelStep(int id)
 {
     this.dbManager.Execute(conn => DalPower.DelStep(conn, id));
 }