Skip to content

Commit

Permalink
Move OrchestrationInstanceManager to application layer
Browse files Browse the repository at this point in the history
  • Loading branch information
dstenroejl committed Nov 15, 2024
1 parent e8cb2a6 commit e6dd774
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,11 @@
// See the License for the specific language governing permissions and
// limitations under the License.

using Energinet.DataHub.ProcessManagement.Core.Application;
using Energinet.DataHub.ProcessManagement.Core.Domain.OrchestrationDescription;
using Energinet.DataHub.ProcessManagement.Core.Domain.OrchestrationInstance;
using NodaTime;

namespace Energinet.DataHub.ProcessManagement.Core.Infrastructure.Orchestration;
namespace Energinet.DataHub.ProcessManagement.Core.Application;

/// <summary>
/// An manager that allows us to provide a framework for managing orchestration instances
Expand Down

0 comments on commit e6dd774

Please sign in to comment.