nft-faucet/NftFaucetRadzen/Components/CardList/CardListItemProperty.cs
2022-08-27 18:44:00 -05:00

8 lines
161 B
C#

namespace NftFaucetRadzen.Components.CardList;
public class CardListItemProperty
{
public string Name { get; set; }
public string Value { get; set; }
}