6 lines
89 B
C#
6 lines
89 B
C#
namespace e_suite.Workflow.Core;
|
|
|
|
internal class RuntimeOnlyAttribute : Attribute
|
|
{
|
|
|
|
} |