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