mirror of
https://github.com/aljazceru/btcpayserver.git
synced 2025-12-18 06:24:24 +01:00
work on building the viewmodel for crowdfund
This commit is contained in:
@@ -15,11 +15,9 @@ namespace BTCPayServer.Models.AppViewModels
|
||||
[Required]
|
||||
public bool Enabled { get; set; }
|
||||
|
||||
|
||||
public DateTime? StartDate { get; set; }
|
||||
public DateTime? EndDate { get; set; }
|
||||
|
||||
|
||||
[Required]
|
||||
[MaxLength(5)]
|
||||
[Display(Name = "The primary currency used for targets and stats")]
|
||||
|
||||
Reference in New Issue
Block a user