Пример #1
0
 public DataSet GetAllSkills(string mode)
 {
     return(dsCandidateBLL = candidateDAL.GetAllSkills(mode));
 }