GreenField: Prep store for more data

refactored things around a bit to make it cleaner for when we add more properties to the store model
This commit is contained in:
Kukks
2020-04-30 16:43:16 +02:00
parent 3e13e478ad
commit 85517b0344
4 changed files with 60 additions and 86 deletions

View File

@@ -1,7 +1,6 @@
namespace BTCPayServer.Client.Models
{
public class CreateStoreRequest
public class CreateStoreRequest:StoreBaseData
{
public string Name { get; set; }
}
}