Move Extensions methods

This commit is contained in:
2021-06-05 10:50:28 +02:00
parent b08bb91493
commit b040f5b0b2
2 changed files with 2 additions and 1 deletions

View File

@@ -1,5 +1,6 @@
using Akari.Prototype.Server.Services;
using Akari.Prototype.Server.Utils;
using Akari.Prototype.Server.Utils.Extensions;
using CliFx;
using CliFx.Attributes;
using CliFx.Exceptions;

View File

@@ -5,7 +5,7 @@ using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
namespace Akari.Prototype.Server.Utils
namespace Akari.Prototype.Server.Utils.Extensions
{
public static class ConsoleExtensions
{