CrowdSourcedNews.Models.User.User C# (CSharp) Méthode

User() public méthode

public User ( ) : System.Collections.Generic
Résultat System.Collections.Generic
        public User()
        {
            this.newsArticles = new List<NewsArticle>();
            this.comments = new List<Comment>();
        }
User