4 lines
123 B
C#
4 lines
123 B
C#
namespace Wallet;
|
|
|
|
public record CommentEntryCollectionConfiguration :
|
|
ItemEntryConfiguration<ICollection<Comment>>; |