コード例 #1
0
 public int UpdateEducationType(DLModel.EducationTypesAvailable eduType)
 {
     return(_educationTypesAvailableRepository.Update((DLModel.EducationTypesAvailable) new DLModel.EducationTypesAvailable().InjectFrom(eduType)));
 }
コード例 #2
0
 //add education type...hp
 public int AddEducationType(DLModel.EducationTypesAvailable eduType)
 {
     return(_educationTypesAvailableRepository.Add((DLModel.EducationTypesAvailable) new DLModel.EducationTypesAvailable().InjectFrom(eduType)).EducationTypeAID);
 }