Example #1
0
        public UserProfileController()
        {
            userService = new UserService();
            userAppService = new UserAppService();
            appinfoService = new AppInstallerService();

            userTagService = new UserTagService();
            currencyService = new CurrencyService();
            connectService = new UserConnectService();
        }
Example #2
0
 public ConnectController()
 {
     userService = new UserService();
     loginService = new LoginService();
     connectService = new UserConnectService();
 }
 public ExpirationChecker()
 {
     connectService = new UserConnectService();
 }