5 lines
130 B
C#
5 lines
130 B
C#
namespace Wallet;
|
|
|
|
public record AttachmentEntryCollectionConfiguration :
|
|
ItemEntryConfiguration<ICollection<Attachment>>;
|