6 lines
111 B
C#
6 lines
111 B
C#
namespace e_suite.Workflow.Core.Interfaces;
|
|
|
|
public interface IJoin
|
|
{
|
|
List<Guid> WaitFor { get; }
|
|
} |