Removed Unused using and reoganized the using

This commit is contained in:
Viswanatha Swamy 2020-12-16 11:05:54 +05:30
parent ec52d08e38
commit 5838a22c1a
2 changed files with 0 additions and 5 deletions

View File

@ -1,8 +1,6 @@
using Microsoft.AspNetCore.TestHost; using Microsoft.AspNetCore.TestHost;
using System; using System;
using System.Collections.Generic;
using System.Net.Http; using System.Net.Http;
using System.Text;
namespace FunctionalTests.Extensions namespace FunctionalTests.Extensions
{ {

View File

@ -1,8 +1,5 @@
using Microsoft.AspNetCore.Http; using Microsoft.AspNetCore.Http;
using System;
using System.Collections.Generic;
using System.Security.Claims; using System.Security.Claims;
using System.Text;
using System.Threading.Tasks; using System.Threading.Tasks;
namespace FunctionalTests.Middleware namespace FunctionalTests.Middleware