Второй пул рефакторинга

This commit is contained in:
2025-02-18 22:43:16 +03:00
parent bc54a7d25c
commit eede46780b
10 changed files with 11 additions and 6 deletions
+1
View File
@@ -1,4 +1,5 @@
using mROA.Implementation;
using mROA.Implementation.CommandExecution;
namespace mROA.Abstract;
+1 -3
View File
@@ -1,6 +1,4 @@
using mROA.Abstract;
namespace mROA.Implementation;
namespace mROA.Abstract;
public interface ISerializationToolkit : IInjectableModule
{
@@ -1,5 +1,6 @@
using System.Reflection;
using mROA.Abstract;
using mROA.Implementation.CommandExecution;
namespace mROA.Implementation.Backend;
@@ -1,7 +1,7 @@
using mROA.Abstract;
using mROA.Implementation.Frontend;
namespace mROA.Implementation;
namespace mROA.Implementation.CommandExecution;
public class ExceptionCommandExecution : ICommandExecution
{
@@ -3,7 +3,7 @@ using mROA.Abstract;
// ReSharper disable UnusedAutoPropertyAccessor.Global
namespace mROA.Implementation;
namespace mROA.Implementation.CommandExecution;
public class FinalCommandExecution : ICommandExecution
{
@@ -1,6 +1,6 @@
using System.Text.Json.Serialization;
namespace mROA.Implementation;
namespace mROA.Implementation.CommandExecution;
public class TypedFinalCommandExecution : FinalCommandExecution<object>
{
@@ -1,5 +1,7 @@
using mROA.Abstract;
using mROA.Implementation.Backend;
using mROA.Implementation.CommandExecution;
// ReSharper disable MethodHasAsyncOverload
namespace mROA.Implementation.Frontend;
@@ -1,4 +1,5 @@
using System.Text.Json;
using mROA.Abstract;
namespace mROA.Implementation;
+1
View File
@@ -1,4 +1,5 @@
using System.Text.Json.Serialization;
// ReSharper disable UnusedMember.Global
namespace mROA.Implementation;
+1
View File
@@ -1,4 +1,5 @@
using mROA.Abstract;
using mROA.Implementation.CommandExecution;
// ReSharper disable UnusedMember.Global