mirror of
https://github.com/aljazceru/btcpayserver.git
synced 2025-12-17 05:54:26 +01:00
refactored things around a bit to make it cleaner for when we add more properties to the store model
7 lines
103 B
C#
7 lines
103 B
C#
namespace BTCPayServer.Client.Models
|
|
{
|
|
public class CreateStoreRequest:StoreBaseData
|
|
{
|
|
}
|
|
}
|