MyStory.ViewModels.PostCommentsViewModel.PostCommentsViewModel C# (CSharp) Méthode

PostCommentsViewModel() public méthode

public PostCommentsViewModel ( ) : System
Résultat System
        public PostCommentsViewModel()
        {
            this.Comments = new List<CommentSummary>();
        }
PostCommentsViewModel