Application.Models.Laptop.Laptop C# (CSharp) 메소드

Laptop() 공개 메소드

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