Blog.Services.Helpers.Rest.CommentsRestResource.GetByPostId C# (CSharp) Méthode

GetByPostId() public méthode

public GetByPostId ( int postId ) : List
postId int
Résultat List
        public List<Comment> GetByPostId(int postId)
        {
            throw new System.NotImplementedException();
        }