refactor(Interfaces): move Interfaces to Common
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
using CommandDotNet;
|
||||
using EnvelopeGenerator.Application.Interfaces.Services;
|
||||
using EnvelopeGenerator.Application.Documents.Queries;
|
||||
using MediatR;
|
||||
using System.Reflection;
|
||||
using System.Text.Json;
|
||||
using EnvelopeGenerator.Application.Common.Interfaces.Services;
|
||||
|
||||
namespace EnvelopeGenerator.Terminal;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user