Blog.Services.Implementation.CommunityService.GetMoreCreatedByUser C# (CSharp) Метод

GetMoreCreatedByUser() публичный Метод

public GetMoreCreatedByUser ( int userId, int skip ) : List
userId int
skip int
Результат List
        public List<Community> GetMoreCreatedByUser(int userId, int skip)
        {
            return _communityLogic.GetMoreCreatedByUser(userId, skip);
        }