6 lines
209 B
C#
6 lines
209 B
C#
using System;
|
|
|
|
namespace Mirea.Api.Endpoint.Common.Attributes;
|
|
|
|
[AttributeUsage(AttributeTargets.Class | AttributeTargets.Method, Inherited = false)]
|
|
public class MaintenanceModeIgnoreAttribute : Attribute; |