Exemplo n.º 1
0
 public ArrayList GetVacancyListASC(string columnName)
 {
     return(Vacancy.GetListVacancyFilterASC(columnName));
 }