Removed Unnessecary Imports from: CategoriesController

This commit is contained in:
Nicolai Ort 2020-06-05 16:01:09 +02:00
parent 3b52d32cb4
commit 22194d4aad

View File

@ -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;