Removed Unnessecary Imports from: ProjectsController

This commit is contained in:
Nicolai Ort 2020-06-05 16:00:44 +02:00
parent 5a138a4567
commit 3b52d32cb4
1 changed files with 0 additions and 1 deletions

View File

@ -1,7 +1,6 @@
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
using Microsoft.AspNetCore.Http;
using Microsoft.AspNetCore.Mvc;
using Microsoft.EntityFrameworkCore;