예제 #1
0
 public RegisterPresenter()
 {
     _accountService = new AccountService();
     _webContext = new WebContext();
     _email = new Email();
     _redirector = new Redirector();
     _parameterIntService = new ParameterIntService();
 }
예제 #2
0
 public RegisterPresenter()
 {
     _accountService = new AccountService();
     _webContext = new WebContext();
     _email = new Email();
     _redirector = new Redirector();
     _parameterIntService = new ParameterIntService();
     _friendInvitationRepository = new SPKTCore.Core.DataAccess.Impl.FriendInvitationRepository();
     _friendService = new SPKTCore.Core.Impl.FriendService();
     _accountRepository = new SPKTCore.Core.DataAccess.Impl.AccountRepository();
     friendInvitation = new FriendInvitation();
 }
예제 #3
0
        public RegisterPresenter()
        {
            _accountService             = new AccountService();
            _webContext                 = new WebContext();
            _email                      = new Email();
            _redirector                 = new Redirector();
            _parameterIntService        = new ParameterIntService();
            _friendInvitationRepository = new SPKTCore.Core.DataAccess.Impl.FriendInvitationRepository();
            _friendService              = new SPKTCore.Core.Impl.FriendService();
            _accountRepository          = new SPKTCore.Core.DataAccess.Impl.AccountRepository();

            //friendInvitation = new FriendInvitation();
        }