index
:
blog.git
main
repo for the mb.bes.is website
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Blog
/
Models
/
BRPEntry.cs
blob: 313682dafc764ccb34eea3ef8d4e0cd7b44ac6f6 (
plain
)
1
2
3
namespace
Blog.Models
;
public
record
BRPEntry
(
string
bsn
,
string
naam
);