git
/
blog.git
/
Blog
/
Models
/
BRPEntry.cs
log
tree
refs
Blog/Models/BRPEntry.cs
72 B · 3 lines ·
raw
·
history
1
namespace
Blog.Models;
2
3
public
record
BRPEntry(
string
bsn,
string
naam);