App.Data.User.User C# (CSharp) Method

User() public method

public User ( ) : System
return System
        public User()
        {
            this.OpenAuthAccounts = new HashSet<UserOpenAuthAccount>();
            this.UserRoles = new HashSet<UserRole>();
        }
User