Files
btcpayserver/BTCPayServer.Client/Models/CreateStoreRequest.cs
Kukks 85517b0344 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
2020-04-30 16:43:16 +02:00

7 lines
103 B
C#

namespace BTCPayServer.Client.Models
{
public class CreateStoreRequest:StoreBaseData
{
}
}