new tables

This commit is contained in:
2024-03-21 18:33:34 +01:00
Unverified
parent a5b7efdff6
commit 3869efbc67
30 changed files with 3471 additions and 1364 deletions

View File

@@ -0,0 +1,10 @@
[
{
"Id": 1,
"Name": "Male"
},
{
"Id": 2,
"Name": "Female"
}
]