namespace Campaign_Tracker.Server.LegacyData.Models; /// /// Read-only domain projection of the legacy Jurisdiction table. /// Join key: JCode (VARCHAR 10, NOT NULL). /// public sealed record LegacyJurisdiction( string JCode, string? Name, string? MailingAddress, string? CityStateZip, string? Imb, string? ImbDigits);