mirror of
https://github.com/LBPUnion/ProjectLighthouse.git
synced 2025-05-13 13:22:28 +00:00
Cleanup usages
This commit is contained in:
parent
bf7bbab467
commit
20b35ec95f
7 changed files with 0 additions and 7 deletions
|
@ -1,5 +1,4 @@
|
|||
using Microsoft.EntityFrameworkCore;
|
||||
using ProjectLighthouse.Types;
|
||||
using ProjectLighthouse.Types.Settings;
|
||||
using Xunit;
|
||||
|
||||
|
|
|
@ -1,6 +1,5 @@
|
|||
using System.Diagnostics.CodeAnalysis;
|
||||
using Microsoft.AspNetCore.Mvc;
|
||||
using ProjectLighthouse.Types;
|
||||
using ProjectLighthouse.Types.Settings;
|
||||
|
||||
namespace ProjectLighthouse.Controllers {
|
||||
|
|
|
@ -1,6 +1,5 @@
|
|||
using System;
|
||||
using Microsoft.AspNetCore.Mvc;
|
||||
using ProjectLighthouse.Types;
|
||||
using ProjectLighthouse.Types.Levels;
|
||||
|
||||
namespace ProjectLighthouse.Controllers {
|
||||
|
|
|
@ -1,6 +1,5 @@
|
|||
using Microsoft.AspNetCore.Mvc;
|
||||
using ProjectLighthouse.Serialization;
|
||||
using ProjectLighthouse.Types;
|
||||
using ProjectLighthouse.Types.News;
|
||||
|
||||
namespace ProjectLighthouse.Controllers {
|
||||
|
|
|
@ -4,7 +4,6 @@ using System.Threading.Tasks;
|
|||
using Microsoft.AspNetCore.Mvc;
|
||||
using Microsoft.EntityFrameworkCore;
|
||||
using ProjectLighthouse.Serialization;
|
||||
using ProjectLighthouse.Types;
|
||||
using ProjectLighthouse.Types.Levels;
|
||||
|
||||
namespace ProjectLighthouse.Controllers {
|
||||
|
|
|
@ -3,7 +3,6 @@ using System.Threading.Tasks;
|
|||
using Microsoft.AspNetCore.Mvc;
|
||||
using Microsoft.EntityFrameworkCore;
|
||||
using ProjectLighthouse.Serialization;
|
||||
using ProjectLighthouse.Types;
|
||||
using ProjectLighthouse.Types.Levels;
|
||||
|
||||
namespace ProjectLighthouse.Controllers {
|
||||
|
|
|
@ -3,7 +3,6 @@ using System.Diagnostics;
|
|||
using Microsoft.AspNetCore.Hosting;
|
||||
using Microsoft.EntityFrameworkCore;
|
||||
using Microsoft.Extensions.Hosting;
|
||||
using ProjectLighthouse.Types;
|
||||
using ProjectLighthouse.Types.Settings;
|
||||
|
||||
namespace ProjectLighthouse {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue