public ExamineController(IExamQuestion_BLL _examquestion_BLL, IScores_BLL _iScores_BLL, IHistoricalPapers_BLL _iHistoricalPapers_BLL)
 {
     examquestion_BLL      = _examquestion_BLL;
     iScores_BLL           = _iScores_BLL;
     iHistoricalPapers_BLL = _iHistoricalPapers_BLL;
 }
Exemplo n.º 2
0
 public ExamQuestionController(IExamQuestion_BLL _examquestion_BLL, IAnalysisInfo_BLL _analysisInfo_BLL)
 {
     examquestion_BLL = _examquestion_BLL;
     analysisInfo_BLL = _analysisInfo_BLL;
 }