コード例 #1
0
 public int UpdateCollegeEducation(DLModel.CollegeEducation cEdu)
 {
     return(_collegeEducationRepository.Update(cEdu));
 }
コード例 #2
0
 //link college Educatoin and education in collegeEduction table...hp
 public int AddCollegeEducation(DLModel.CollegeEducation cEdu)
 {
     return(_collegeEducationRepository.Add(cEdu).CollegeCourseID);
 }