4 lines
100 B
C#
4 lines
100 B
C#
namespace Wallet;
|
|
|
|
public record PasswordEntryConfiguration :
|
|
ItemEntryConfiguration<string>; |