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

GetMoreJoinedByUser() 공개 메소드

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