Remove the Facade concept

This commit is contained in:
nicolas.dorier
2019-04-11 23:54:58 +09:00
parent 359d8c5c6a
commit 4067d4b00f
17 changed files with 4 additions and 98 deletions

View File

@@ -20,11 +20,6 @@ namespace BTCPayServer.Models
{
get; set;
}
[JsonProperty(PropertyName = "facade")]
public string Facade
{
get; set;
}
[JsonProperty(PropertyName = "count")]
public int Count
{