Skip to content

Commit a09f004

Browse files
refactor
1 parent 9d0fe65 commit a09f004

3 files changed

Lines changed: 3 additions & 6 deletions

File tree

HwProj.APIGateway/HwProj.APIGateway.API/Controllers/StatisticsController.cs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
using System;
2-
using System.Linq;
1+
using System.Linq;
32
using System.Net;
43
using System.Threading.Tasks;
54
using HwProj.APIGateway.API.Models.Statistics;

HwProj.APIGateway/HwProj.APIGateway.API/Startup.cs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
using System;
2-
using System.Threading.Tasks;
1+
using System.Threading.Tasks;
32
using HwProj.AuthService.Client;
43
using HwProj.CoursesService.Client;
54
using HwProj.NotificationsService.Client;

HwProj.Common/HwProj.Utils/Auth/GuestModeAuthenticationHandler.cs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
using System;
2-
using System.Collections.Generic;
1+
using System.Collections.Generic;
32
using System.Security.Claims;
43
using System.Text.Encodings.Web;
54
using System.Threading.Tasks;

0 commit comments

Comments
 (0)