Files
Walleby/Wallet/ItemHeaderConfiguration.cs
T
2024-06-11 22:32:14 +01:00

8 lines
143 B
C#

namespace Wallet;
public class ItemHeaderConfiguration
{
public string? Name { get; set; }
public string? Category { get; set; }
}