Files
Walleby/Wallet/CommentEntryCollectionConfiguration.cs
2024-07-15 21:14:30 +01:00

4 lines
123 B
C#

namespace Wallet;
public record CommentEntryCollectionConfiguration :
ItemEntryConfiguration<ICollection<Comment>>;