Store setup: Restructuring basics

This commit is contained in:
Dennis Reimann
2020-10-23 17:15:07 +02:00
parent 09335e2cf1
commit b73aa55a75
5 changed files with 295 additions and 273 deletions

View File

@@ -30,6 +30,7 @@ namespace BTCPayServer.Models.StoreViewModels
}
public bool CanDelete { get; set; }
[Display(Name = "Store ID")]
public string Id { get; set; }
[Display(Name = "Store Name")]
[Required]