Exemplo n.º 1
0
 public string GetStepPowerForms(int id)
 {
     return(this.dbManager.Execute(conn => DalPower.GetStepPowerForms(conn, id)));
 }