public int UpdatePreTestQuestionResult(DTO.PreTestQuestionResult preTestQuestionResult)
 {
     return(_examInternal.UpdatePreTestQuestionResult(Mapper.Map <DTO.PreTestQuestionResult, PreTestQuestionResult>(preTestQuestionResult)));
 }
 public int AddPreTestQuestionResults(DTO.PreTestQuestionResult preTestQuestionResult)
 {
     return(_examInternal.AddPreTestQuestionResults(Mapper.Map <DTO.PreTestQuestionResult, PreTestQuestionResult>(preTestQuestionResult)));
 }