4 lines
105 B
C#
4 lines
105 B
C#
namespace Wallet;
|
|
|
|
public record DateEntryConfiguration :
|
|
ItemEntryConfiguration<DateTimeOffset?>; |