Remove unused imports

This commit is contained in:
Stedoss 2022-10-30 17:11:15 +00:00
parent 709e22cacd
commit 55a60b27cb
2 changed files with 6 additions and 3 deletions

View File

@ -0,0 +1,6 @@
namespace LeedsBeerQuest.API.Controllers;
public class CategoryController
{
}

View File

@ -1,8 +1,5 @@
using LeedsBeerQuest.API.Data.Contexts;
using LeedsBeerQuest.API.Data.Models;
using LeedsBeerQuest.API.Data.Services.Interfaces; using LeedsBeerQuest.API.Data.Services.Interfaces;
using Microsoft.AspNetCore.Mvc; using Microsoft.AspNetCore.Mvc;
using Microsoft.EntityFrameworkCore;
namespace LeedsBeerQuest.API.Controllers; namespace LeedsBeerQuest.API.Controllers;