mirror of
https://github.com/btcpayserver/btcpayserver.git
synced 2025-01-19 05:33:31 +01:00
7 lines
102 B
C#
7 lines
102 B
C#
|
namespace BTCPayServer.Models;
|
||
|
|
||
|
public class HomeViewModel
|
||
|
{
|
||
|
public bool HasStore { get; set; }
|
||
|
}
|