App.Web.Code.Membership.CustomRoleProvider.CustomRoleProvider C# (CSharp) Method

CustomRoleProvider() public method

public CustomRoleProvider ( ) : System
return System
        public CustomRoleProvider()
        {
            this.usersService = (IUsersService)MvcApplication.Container.Resolve(typeof(IUsersService), null);
        }