namespacing

This commit is contained in:
Yaakov 2021-09-25 22:19:16 +10:00
parent 2fd9a65f37
commit 7d656c7dd8
4 changed files with 4 additions and 3 deletions

View file

@ -6,7 +6,7 @@ using System.Threading.Tasks;
using CommandLine;
using CommandLine.Text;
namespace Shamir
namespace Shamir.Console
{
public class CdnOperations : ICommandSet
{