Remove useless extension classes

This commit is contained in:
jvyden 2022-05-15 00:27:03 -04:00
parent 330c01317d
commit ce5e327011
No known key found for this signature in database
GPG key ID: 18BCF2BE0262B278
9 changed files with 4 additions and 40 deletions

View file

@ -1,6 +1,5 @@
#nullable enable
using System.Threading.Tasks;
using JetBrains.Annotations;
using LBPUnion.ProjectLighthouse.Helpers;
using LBPUnion.ProjectLighthouse.Logging;
using LBPUnion.ProjectLighthouse.Types;
@ -8,7 +7,6 @@ using Microsoft.EntityFrameworkCore;
namespace LBPUnion.ProjectLighthouse.Maintenance.Commands;
[UsedImplicitly]
public class CreateUserCommand : ICommand
{
private readonly Database _database = new();