6 lines
146 B
C#
6 lines
146 B
C#
namespace Common.Attributes;
|
|
|
|
[AttributeUsage(AttributeTargets.Method, Inherited = true)]
|
|
public class DryRunSafeguardAttribute : Attribute
|
|
{
|
|
} |