Exemplo n.º 1
0
 public int UpdateCollegeEducation(DLModel.CollegeEducation cEdu)
 {
     return(_collegeEducationRepository.Update(cEdu));
 }
Exemplo n.º 2
0
 //link college Educatoin and education in collegeEduction table...hp
 public int AddCollegeEducation(DLModel.CollegeEducation cEdu)
 {
     return(_collegeEducationRepository.Add(cEdu).CollegeCourseID);
 }