mirror of
https://github.com/aljazceru/btcpayserver.git
synced 2025-12-18 06:24:24 +01:00
9 lines
195 B
C#
9 lines
195 B
C#
namespace BTCPayServer.Models.AppViewModels
|
|
{
|
|
public class ViewCrowdfundViewModel
|
|
{
|
|
public string Title { get; set; }
|
|
public string CustomCSSLink { get; set; }
|
|
}
|
|
}
|