8 lines
166 B
C#
8 lines
166 B
C#
namespace Wallet;
|
|
|
|
public record ItemNavigationCollectionConfiguration
|
|
{
|
|
public string? Filter { get; set; } = "All";
|
|
|
|
public string? Query { get; set; }
|
|
} |