Dashing.Tests.TestDomain.Comment.Comment C# (CSharp) Method

Comment() public method

public Comment ( ) : System
return System
        public Comment() {
            this.Likes = new List<Like>();
        }
Comment