/// <summary> /// Initializes a new instance of the UserGroupResourceEntity class. /// </summary> /// <param name="copy">The source to copy.</param> /// <param name="owner">The owner resource entity.</param> public UserGroupResourceEntity(OwnerResourceEntity <UserGroupEntity> copy, UserGroupEntity owner) : base(copy, owner) { }
/// <summary> /// Initializes a new instance of the UserGroupResourceEntity class. /// </summary> /// <param name="copy">The source to copy.</param> /// <param name="owner">The owner resource entity.</param> /// <param name="target">The target resource entity.</param> public UserGroupRelationshipEntity(OwnerResourceEntity <UserGroupEntity, UserEntity> copy, UserGroupEntity owner, UserEntity target) : base(copy, owner, target) { }