Get and return stuff from the database

This commit is contained in:
moarten
2026-04-10 22:33:31 +02:00
parent 87d15b99ed
commit 7bce78aa0c
4 changed files with 47 additions and 7 deletions

View File

@@ -2,6 +2,6 @@
{
public record Supermarkt
{
public required string Name { get; init; }
public required string Naam { get; init; }
}
}