From dd6fe09868548ca529812d1cc651c4e9fc095c2f Mon Sep 17 00:00:00 2001 From: Niggl Date: Fri, 5 Jun 2020 15:59:22 +0200 Subject: [PATCH] Removed Unnessecary Imports from: UsersController --- ScrumTaskboard/Controllers/UsersController.cs | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/ScrumTaskboard/Controllers/UsersController.cs b/ScrumTaskboard/Controllers/UsersController.cs index d8895f1..ec5e47a 100644 --- a/ScrumTaskboard/Controllers/UsersController.cs +++ b/ScrumTaskboard/Controllers/UsersController.cs @@ -1,8 +1,6 @@ -using System; -using System.Collections.Generic; +using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; -using Microsoft.AspNetCore.Http; using Microsoft.AspNetCore.Mvc; using Microsoft.EntityFrameworkCore;