Exemplo n.º 1
0
 /// <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)
 {
 }
Exemplo n.º 2
0
 /// <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)
 {
 }