Application.Models.Laptop.Laptop C# (CSharp) Method

Laptop() public method

public Laptop ( ) : System
return System
        public Laptop()
        {
            this.comments = new HashSet<Comment>();
            this.votes = new HashSet<Vote>();
        }
Laptop