WeenyMapper.Specs.TestClasses.Entities.Comment.Comment C# (CSharp) Method

Comment() public method

public Comment ( ) : System
return System
        public Comment()
        {
            PublishDate = DateTime.Now;
        }

Same methods

Comment::Comment ( string content ) : System