Backend/e-suite.Core/eSuite.Core/Security/HiddenAttribute.cs
2026-01-20 21:50:10 +00:00

5 lines
84 B
C#

namespace eSuite.Core.Security;
public class HiddenAttribute : Attribute
{
}