btcpayserver/BTCPayServer/Components/Icon/IconViewModel.cs
2023-04-04 10:45:40 +09:00

10 lines
164 B
C#

using System.Collections.Generic;
namespace BTCPayServer.Components.Icon
{
public class IconViewModel
{
public string Symbol { get; set; }
}
}