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);
        }