Blog.Services.Implementation.CommunityService.GetMore C# (CSharp) 메소드

GetMore() 공개 메소드

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