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