예제 #1
0
        internal static RestUserCommunity Create(RestCommunity community, IUser user)
        {
            var entity = new RestUserCommunity(community);

            entity.Update(community);
            return(entity);
        }
예제 #2
0
 internal RestUserCommunity(RestCommunity community)
     : base(community.Client, community.Id)
 {
 }