Removed Unnessecary Imports from: TasksController

This commit is contained in:
Nicolai Ort 2020-06-05 15:59:43 +02:00
parent dd6fe09868
commit 779c382bbb
1 changed files with 1 additions and 4 deletions

View File

@ -1,11 +1,8 @@
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;
using ScrumTaskboard;
namespace ScrumTaskboard.Controllers
{