// public IMyMembershipService MyMembershipService { get; set; }

        protected override void Initialize(RequestContext requestContext)
        {
            if (MyAuthService == null)
            {
                MyAuthService = new MyAuthenticationService();
            }

            base.Initialize(requestContext);
        }
Example #2
0
        // public IMyMembershipService MyMembershipService { get; set; }
        protected override void Initialize(RequestContext requestContext)
        {
            if (MyAuthService == null) { MyAuthService = new MyAuthenticationService(); }

            base.Initialize(requestContext);
        }