Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.

11 строки
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.