BlogSharp.Model.User.User C# (CSharp) Method

User() public method

Initializes a new instance of the User class.
public User ( ) : System
return System
        public User()
        {
            this.blogs = new List<Blog>();
        }
User