Exemple #1
0
 public DataTable GetColumnBySQL(string sql)
 {
     return(DataAccessManager.GetColumnBySQL(sql));
 }