//// Constructor public AnswerController() { _matchCalc = MatchCalc.Instance; }
private EntityMatchRepository() { _matchCalc = MatchCalc.Instance; _locRepo = EntityLocationRepository.Instance; }