Ejemplo n.º 1
0
        internal static RestUserCommunity Create(RestCommunity community, IUser user)
        {
            var entity = new RestUserCommunity(community);

            entity.Update(community);
            return(entity);
        }
Ejemplo n.º 2
0
 internal void Update(RestUserCommunity community)
 {
     base.Update(community);
 }