This commit is contained in:
Kukks
2020-04-30 16:44:27 +02:00
parent 85517b0344
commit 33ea8984fc
8 changed files with 29 additions and 27 deletions

View File

@@ -1,11 +1,10 @@
namespace BTCPayServer.Client.Models
{
public class StoreData: StoreBaseData
public class StoreData : StoreBaseData
{
/// <summary>
/// the id of the store
/// </summary>
public string Id { get; set; }
}
}