You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

11 lines
349B

  1. namespace Campaign_Tracker.Server.Municipalities;
  2. /// <summary>
  3. /// Combined view of extension-layer profile data and resolved legacy jurisdiction fields (AC #2).
  4. /// </summary>
  5. public sealed record MunicipalityProfileView(
  6. MunicipalityProfile Profile,
  7. string? LegacyName,
  8. string? LegacyMailingAddress,
  9. string? LegacyCityStateZip);

Powered by TurnKey Linux.