Move CRL workflow definition provider
This commit is contained in:
parent
bfefd3f237
commit
b318b69bda
|
|
@ -10,7 +10,6 @@ using Elsa.Workflows.Runtime.Implementations;
|
|||
using Elsa.Workflows.Runtime.Models;
|
||||
using Elsa.Workflows.Runtime.Options;
|
||||
using Elsa.Workflows.Runtime.Services;
|
||||
using Elsa.Workflows.Runtime.WorkflowProviders;
|
||||
using Microsoft.Extensions.DependencyInjection;
|
||||
|
||||
namespace Elsa.Workflows.Runtime.Features;
|
||||
|
|
|
|||
|
|
@ -1,15 +1,15 @@
|
|||
using System.Text.Json;
|
||||
using Elsa.Common.Services;
|
||||
using Elsa.Workflows.Management.Materializers;
|
||||
using Elsa.Workflows.Core.Serialization;
|
||||
using Elsa.Workflows.Core.Services;
|
||||
using Elsa.Workflows.Management.Materializers;
|
||||
using Elsa.Workflows.Persistence.Entities;
|
||||
using Elsa.Workflows.Runtime.Features;
|
||||
using Elsa.Workflows.Runtime.Options;
|
||||
using Elsa.Workflows.Runtime.Services;
|
||||
using Microsoft.Extensions.Options;
|
||||
|
||||
namespace Elsa.Workflows.Runtime.WorkflowProviders;
|
||||
namespace Elsa.Workflows.Runtime.Implementations;
|
||||
|
||||
/// <summary>
|
||||
/// Provides workflows to the system that are registered with <see cref="WorkflowRuntimeFeature"/>
|
||||
Loading…
Reference in a new issue