[Refactor] Move SQL classes in their own assembly

This commit is contained in:
nicolas.dorier
2019-08-30 00:24:42 +09:00
parent 5b4e78f8d1
commit f257f9f91d
127 changed files with 896 additions and 787 deletions

View File

@@ -11,7 +11,7 @@ using System.Threading.Tasks;
using AspNet.Security.OpenIdConnect.Extensions;
using AspNet.Security.OpenIdConnect.Primitives;
using BTCPayServer.Authentication.OpenId;
using BTCPayServer.Authentication.OpenId.Models;
using BTCPayServer.Data;
using BTCPayServer.Models;
using BTCPayServer.Models.Authorization;
using BTCPayServer.Security;