File tree Expand file tree Collapse file tree 1 file changed +0
-8
lines changed
DigitalLearningSolutions.Web Expand file tree Collapse file tree 1 file changed +0
-8
lines changed Original file line number Diff line number Diff line change @@ -46,21 +46,13 @@ namespace DigitalLearningSolutions.Web
4646 using Microsoft . Extensions . Hosting ;
4747 using Microsoft . FeatureManagement ;
4848 using Microsoft . IdentityModel . Protocols . OpenIdConnect ;
49- using Microsoft . IdentityModel . Tokens ;
50- using Microsoft . AspNetCore . Http ;
51- using System . Linq ;
5249 using Microsoft . AspNetCore . Identity ;
53- using AspNetCoreRateLimit ;
5450 using static DigitalLearningSolutions . Data . DataServices . ICentreApplicationsDataService ;
5551 using static DigitalLearningSolutions . Web . Services . ICentreApplicationsService ;
5652 using static DigitalLearningSolutions . Web . Services . ICentreSelfAssessmentsService ;
5753 using System ;
5854 using IsolationLevel = System . Transactions . IsolationLevel ;
59- using System . Collections . Concurrent ;
6055 using Serilog ;
61- using static DigitalLearningSolutions . Data . DataServices . ICentreApplicationsDataService ;
62- using static DigitalLearningSolutions . Web . Services . ICentreApplicationsService ;
63- using static DigitalLearningSolutions . Web . Services . ICentreSelfAssessmentsService ;
6456
6557 public class Startup
6658 {
You can’t perform that action at this time.
0 commit comments