Exemplo n.º 1
0
 public DataSet GetAllCountryNames()
 {
     return(dsCandidateBLL = candidateDAL.GetAllCountryNames());
 }