Blog.Services.Helpers.Rest.CommunityRestResource.GetMoreJoinedByUser C# (CSharp) Method

GetMoreJoinedByUser() public method

public GetMoreJoinedByUser ( int userId, int skip ) : List
userId int
skip int
return List
        public List<Community> GetMoreJoinedByUser(int userId, int skip)
        {
            throw new System.NotImplementedException();
        }