CodeGarten.Data.Model.User.User C# (CSharp) Method

User() public method

public User ( ) : System.Collections.Generic
return System.Collections.Generic
        public User()
        {
            Structures = new LinkedList<Structure>();

            Enrolls = new LinkedList<Enroll>();
        }
User