diff --git a/src/Workleap.ComponentModel.DataAnnotations/ContainsNonEmptyStringAttribute.cs b/src/Workleap.ComponentModel.DataAnnotations/ContainsNonEmptyStringAttribute.cs index 277b51c..3a0aa8e 100644 --- a/src/Workleap.ComponentModel.DataAnnotations/ContainsNonEmptyStringAttribute.cs +++ b/src/Workleap.ComponentModel.DataAnnotations/ContainsNonEmptyStringAttribute.cs @@ -5,6 +5,7 @@ namespace Workleap.ComponentModel.DataAnnotations; +// N'importe quoi [AttributeUsage(AttributeTargets.Property | AttributeTargets.Field | AttributeTargets.Parameter)] public sealed class ContainsNonEmptyStringAttribute : ValidationAttribute {