Blog.Services.Implementation.CommunityService.GetMore C# (CSharp) Method

GetMore() public method

public GetMore ( int skip ) : List
skip int
return List
        public List<Community> GetMore(int skip)
        {
            return _communityLogic.GetMore(skip);
        }