src/models/PersonVlanAssignment.cs
0 → 100644
+18
−0
Loading
Add GET /people/{personId}/vlans returning a federated list of VLAN
assignments from both direct person contacts and group memberships,
with a source discriminator so duplicates are preserved when a person
is both. Add GET /wiscnic/groups/{groupId}/vlans returning the group's
direct VLAN contact rows. Introduces PersonVlanAssignment response
model for the federated shape.