btcpayserver/BTCPayServer/Components/Icon/IconViewModel.cs

8 lines
152 B
C#
Raw Normal View History

namespace BTCPayServer.Components.Icon;
public class IconViewModel
{
public string Symbol { get; set; }
public string CssClass { get; set; }
}