mirror of
https://github.com/btcpayserver/btcpayserver.git
synced 2025-02-23 22:46:49 +01:00
14 lines
260 B
C#
14 lines
260 B
C#
|
using System;
|
||
|
using System.Collections.Generic;
|
||
|
using System.Linq;
|
||
|
using System.Text;
|
||
|
using System.Threading.Tasks;
|
||
|
using static BTCPayServer.Data.StoreBlob;
|
||
|
|
||
|
namespace BTCPayServer.Models.StoreViewModels
|
||
|
{
|
||
|
public class IntegrationsViewModel
|
||
|
{
|
||
|
}
|
||
|
}
|