chore: move ServiceCommand to new directory

pull/47/head
Robert Dailey 3 years ago
parent 592d217020
commit a33c3f1d32

@ -3,6 +3,7 @@ using System.Collections.Generic;
using Autofac; using Autofac;
using FluentAssertions; using FluentAssertions;
using NUnit.Framework; using NUnit.Framework;
using Trash.Command;
using Trash.Command.Helpers; using Trash.Command.Helpers;
namespace Trash.Tests.Command.Helpers; namespace Trash.Tests.Command.Helpers;

@ -1,6 +1,6 @@
using System.Collections.Generic; using System.Collections.Generic;
namespace Trash.Command.Helpers; namespace Trash.Command;
public interface IServiceCommand public interface IServiceCommand
{ {

@ -15,7 +15,7 @@ using Serilog.Events;
using TrashLib.Extensions; using TrashLib.Extensions;
using YamlDotNet.Core; using YamlDotNet.Core;
namespace Trash.Command.Helpers; namespace Trash.Command;
public abstract class ServiceCommand : ICommand, IServiceCommand public abstract class ServiceCommand : ICommand, IServiceCommand
{ {
Loading…
Cancel
Save