Organize ProjectLighthouse.Types

This commit is contained in:
jvyden 2021-10-20 21:38:44 -04:00
parent 283266cd31
commit bf7bbab467
No known key found for this signature in database
GPG key ID: 18BCF2BE0262B278
29 changed files with 62 additions and 39 deletions

View file

@ -1,5 +1,6 @@
using Microsoft.EntityFrameworkCore;
using ProjectLighthouse.Types;
using ProjectLighthouse.Types.Settings;
using Xunit;
namespace ProjectLighthouse.Tests {

View file

@ -2,6 +2,7 @@ using System.Net;
using System.Net.Http;
using System.Threading.Tasks;
using ProjectLighthouse.Types;
using ProjectLighthouse.Types.Settings;
using Xunit;
namespace ProjectLighthouse.Tests {

View file

@ -1,5 +1,7 @@
using System.Threading.Tasks;
using ProjectLighthouse.Types;
using ProjectLighthouse.Types.Levels;
using ProjectLighthouse.Types.Profiles;
using Xunit;
namespace ProjectLighthouse.Tests {