Exemple #1
0
 public string GetWorkPowerUsers(int id)
 {
     return(this.dbManager.Execute(conn => DalPower.GetWorkPowerUsers(conn, id)));
 }