コード例 #1
0
 public void UpdateEducationExamQuestion(DTO.EducationExamQuestion educationExamQuestion)
 {
     _examQuestion.UpdateEducationExamQuestion(Mapper.Map <DTO.EducationExamQuestion, HCRGUniversity.Core.Data.Model.EducationExamQuestion>(educationExamQuestion));
 }
コード例 #2
0
 public int AddEducationExamQuestion(DTO.EducationExamQuestion educationExamQuestion)
 {
     return(_examQuestion.AddEducationExamQuestion(Mapper.Map <DTO.EducationExamQuestion, HCRGUniversity.Core.Data.Model.EducationExamQuestion>(educationExamQuestion)));
 }