예제 #1
0
 public int AddEducationPreTestQuestion(DTO.EducationPreTestQuestion educationExamQuestion)
 {
     return(_examQuestion.AddEducationPreTestQuestion(Mapper.Map <DTO.EducationPreTestQuestion, HCRGUniversity.Core.Data.Model.EducationPreTestQuestion>(educationExamQuestion)));
 }
예제 #2
0
 public void UpdateEducationPreTestQuestion(DTO.EducationPreTestQuestion educationExamQuestion)
 {
     _examQuestion.UpdateEducationPreTestQuestion(Mapper.Map <DTO.EducationPreTestQuestion, HCRGUniversity.Core.Data.Model.EducationPreTestQuestion>(educationExamQuestion));
 }