Exemplo n.º 1
0
 public HomeController()
 {
     _activityRepo = EntityActivityRepository.Instance;
     _profileRepo = EntityProfileRepository.Instance;
     _matchCache = SXMatchRepository.Instance;
     _quesRepo = EntityQuestionRepository.Instance;
 }
Exemplo n.º 2
0
 public MatchesController()
 {
     _matchRepo = EntityMatchRepository.Instance;
     _redisRepo = SXMatchRepository.Instance;
 }
Exemplo n.º 3
0
 public MatchesController()
 {
     _profileRepo = EntityProfileRepository.Instance;
     _matchCache = SXMatchRepository.Instance;
 }