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