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

GetByUser() public method

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