Files
mixtape/zero.Api/Attributes/ZeroSystemApiAttribute.cs
T
2021-12-12 21:05:08 +01:00

4 lines
150 B
C#

namespace zero.Api.Attributes;
[AttributeUsage(AttributeTargets.Class, AllowMultiple = false)]
public class ZeroSystemApiAttribute : Attribute { }