Refactoring: Extract StringExtensions

This commit is contained in:
Dennis Reimann
2022-03-02 18:05:16 +01:00
committed by Andrew Camilleri
parent c1f608c0d8
commit 6867774627
10 changed files with 56 additions and 44 deletions

View File

@@ -2,11 +2,11 @@ using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Net;
using System.Net.Http;
using System.Net.Http.Headers;
using System.Threading.Tasks;
using BTCPayServer.Abstractions.Contracts;
using BTCPayServer.Abstractions.Extensions;
using BTCPayServer.Configuration;
using Microsoft.AspNetCore.Builder;
using Microsoft.AspNetCore.Http;