Files
Walleby/Wallet/AttachmentEntryCollectionConfiguration.cs
2024-07-24 21:18:39 +01:00

5 lines
130 B
C#

namespace Wallet;
public record AttachmentEntryCollectionConfiguration :
ItemEntryConfiguration<ICollection<Attachment>>;