summaryrefslogtreecommitdiff
path: root/Blog/Models/BRPEntry.cs
diff options
context:
space:
mode:
authorMarijn Besseling <njirambem@gmail.com>2025-09-21 17:47:15 +0200
committerMarijn Besseling <njirambem@gmail.com>2025-09-21 17:47:45 +0200
commit93f038ffa95f1c2f4780c684a1b780666b086882 (patch)
tree7d96bb172a74ccab873286730f644805321e8e89 /Blog/Models/BRPEntry.cs
parentda78a550c829653bdf6029578ff75be250addc0d (diff)
Add BRP Test data
Diffstat (limited to 'Blog/Models/BRPEntry.cs')
-rw-r--r--Blog/Models/BRPEntry.cs3
1 files changed, 3 insertions, 0 deletions
diff --git a/Blog/Models/BRPEntry.cs b/Blog/Models/BRPEntry.cs
new file mode 100644
index 0000000..313682d
--- /dev/null
+++ b/Blog/Models/BRPEntry.cs
@@ -0,0 +1,3 @@
1namespace Blog.Models;
2
3public record BRPEntry(string bsn, string naam); \ No newline at end of file