Blog.Services.Helpers.Rest.CommunityRestResource.GetMore C# (CSharp) Méthode

GetMore() public méthode

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