Ejemplo n.º 1
0
 public static DataSet GetDropDownListAllHR_JobExperience()
 {
     DataSet hR_JobExperiences = new DataSet();
     SqlHR_JobExperienceProvider sqlHR_JobExperienceProvider = new SqlHR_JobExperienceProvider();
     hR_JobExperiences = sqlHR_JobExperienceProvider.GetDropDownLisAllHR_JobExperience();
     return hR_JobExperiences;
 }