Dashing.Tests.TestDomain.Comment.Comment C# (CSharp) Méthode

Comment() public méthode

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