public PartyRelationshipConstraint(PartyRoleType roleType) : this()
 {
     RoleType = roleType;
 }
Exemplo n.º 2
0
 public PartyRole(PartyRoleType type) : this()
 {
     Type = type;
 }