Backend/e-suite.Workflow.Core/Attributes/RuntimeOnlyAttribute.cs
2026-01-20 21:50:10 +00:00

6 lines
89 B
C#

namespace e_suite.Workflow.Core;
internal class RuntimeOnlyAttribute : Attribute
{
}