Blog.Services.Helpers.Rest.CommentsRestResource.GetReplies C# (CSharp) Method

GetReplies() public method

public GetReplies ( int commentId ) : List
commentId int
return List
        public List<Comment> GetReplies(int commentId)
        {
            throw new System.NotImplementedException();
        }