CrowdSourcedNews.Models.User.User C# (CSharp) Метод

User() публичный Метод

public User ( ) : System.Collections.Generic
Результат System.Collections.Generic
        public User()
        {
            this.newsArticles = new List<NewsArticle>();
            this.comments = new List<Comment>();
        }
User