Moved minecraft specific services
This commit is contained in:
@@ -3,7 +3,7 @@ using Moonlight.App.Helpers;
|
||||
using Newtonsoft.Json;
|
||||
using Newtonsoft.Json.Linq;
|
||||
|
||||
namespace Moonlight.App.Services;
|
||||
namespace Moonlight.App.Services.Minecraft;
|
||||
|
||||
public class FabricService
|
||||
{
|
||||
@@ -1,7 +1,6 @@
|
||||
using System.Text;
|
||||
using Moonlight.App.Helpers;
|
||||
|
||||
namespace Moonlight.App.Services;
|
||||
namespace Moonlight.App.Services.Minecraft;
|
||||
|
||||
public class ForgeService
|
||||
{
|
||||
@@ -1,8 +1,7 @@
|
||||
using Moonlight.App.ApiClients.Paper;
|
||||
using Moonlight.App.ApiClients.Paper.Resources;
|
||||
using Moonlight.App.Helpers;
|
||||
|
||||
namespace Moonlight.App.Services;
|
||||
namespace Moonlight.App.Services.Minecraft;
|
||||
|
||||
public class PaperService
|
||||
{
|
||||
@@ -21,6 +21,7 @@ using Moonlight.App.Services.Files;
|
||||
using Moonlight.App.Services.Interop;
|
||||
using Moonlight.App.Services.LogServices;
|
||||
using Moonlight.App.Services.Mail;
|
||||
using Moonlight.App.Services.Minecraft;
|
||||
using Moonlight.App.Services.Notifications;
|
||||
using Moonlight.App.Services.OAuth2;
|
||||
using Moonlight.App.Services.Sessions;
|
||||
|
||||
@@ -4,6 +4,7 @@
|
||||
@using Moonlight.App.Repositories
|
||||
@using Moonlight.App.Repositories.Servers
|
||||
@using Moonlight.App.Helpers
|
||||
@using Moonlight.App.Services.Minecraft
|
||||
|
||||
@inject ServerService ServerService
|
||||
@inject ServerRepository ServerRepository
|
||||
|
||||
@@ -5,6 +5,7 @@
|
||||
@using Moonlight.App.Repositories.Servers
|
||||
@using Logging.Net
|
||||
@using Moonlight.App.Helpers
|
||||
@using Moonlight.App.Services.Minecraft
|
||||
|
||||
@inject ServerService ServerService
|
||||
@inject ServerRepository ServerRepository
|
||||
|
||||
@@ -4,6 +4,7 @@
|
||||
@using Moonlight.App.Database.Entities
|
||||
@using Moonlight.App.Repositories
|
||||
@using Moonlight.App.Repositories.Servers
|
||||
@using Moonlight.App.Services.Minecraft
|
||||
|
||||
@inject ServerService ServerService
|
||||
@inject ServerRepository ServerRepository
|
||||
|
||||
Reference in New Issue
Block a user