HelperVSCodePossibleExtension and

Person Title
This commit is contained in:
2023-08-20 19:44:43 -07:00
parent 3c273da5f1
commit df729431d8
11 changed files with 2746 additions and 1032 deletions

View File

@ -8,6 +8,7 @@ public record Person(long Id,
char? Sex,
string? UId,
Birth? Birth,
string? Title,
Death? Death,
Change? Change,
string[] Lines)