public MatchingService() { dbContext = new ShowMeAroundContext(); userDA = new UserDA(); provider = new MatchingProvider(); auth = new Authentication(); }
public UserService() { userDA = new UserDA(); sessionDA = new SessionDA(); auth = new Authentication(); interestDA = new InterestDA(); languageDA = new LanguageDA(); }
public Authentication() { userDA = new UserDA(); sessionDA = new SessionDA(); }
public SessionService() { sessionDA = new SessionDA(); userDA = new UserDA(); auth = new Authentication(); }