Articles.Models.Tag.Tag C# (CSharp) Method

Tag() public method

public Tag ( ) : System
return System
        public Tag()
        {
            this.Articles = new HashSet<Article>();
        }
        public int Id { get; set; }
Tag