This commit is contained in:
2026-06-18 21:07:28 -04:00
parent eefbb62eb7
commit 50dcc8e55c
29 changed files with 502 additions and 179 deletions
+1 -1
View File
@@ -4,4 +4,4 @@ public class CardNote
{
public string CardName { get; set; } = "";
public string Note { get; set; } = "";
}
}