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

GetMore() public method

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