Mass rename project for rebranding
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
namespace Wallet;
|
||||
|
||||
public record PinEntryConfiguration :
|
||||
ItemEntryConfiguration
|
||||
{
|
||||
public int Minimum { get; set; }
|
||||
|
||||
public int Maximum { get; set; }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user