Label Factory (#1516)

* Label Factory

* fix typo and format
This commit is contained in:
Andrew Camilleri
2020-04-28 09:53:34 +02:00
committed by GitHub
parent b31fb1a269
commit 3a2970a495
8 changed files with 155 additions and 108 deletions

View File

@@ -1,10 +1,6 @@
using System;
using System.Collections.Generic;
using System.Collections.Generic;
using System.ComponentModel.DataAnnotations;
using System.Linq;
using System.Threading.Tasks;
using BTCPayServer.Data;
using NBXplorer.Models;
using BTCPayServer.Services.Labels;
namespace BTCPayServer.Models.WalletViewModels
{