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