public AssociateAppraisalQuestionAnswerService(IAssociateAppraisalQuestionAnswerRepository associateAppraisalQuestionAnswerRepository, IAppraisalQuestionRepository appraisalQuestionsRepository, IUnitOfWork unitOfWork)
 {
     this.associateAppraisalQuestionAnswerRepository = associateAppraisalQuestionAnswerRepository;
     this.appraisalQuestionsRepository = appraisalQuestionsRepository;
     this.unitOfWork = unitOfWork;
 }
 public AssociateAppraisalQuestionAnswerService(IAssociateAppraisalQuestionAnswerRepository associateAppraisalQuestionAnswerRepository, IAppraisalQuestionRepository appraisalQuestionsRepository, IUnitOfWork unitOfWork)
 {
     this.associateAppraisalQuestionAnswerRepository = associateAppraisalQuestionAnswerRepository;
     this.appraisalQuestionsRepository = appraisalQuestionsRepository;
     this.unitOfWork = unitOfWork;
 }