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