6 lines
157 B
C#
6 lines
157 B
C#
namespace e_suite.Workflow.Core.Attributes;
|
|
|
|
[AttributeUsage(AttributeTargets.Interface)]
|
|
public sealed class TaskCapabilityAttribute : Attribute
|
|
{
|
|
} |