mirror of
https://github.com/oqtane/oqtane.framework.git
synced 2025-05-18 10:34:22 +00:00
10 lines
154 B
C#
10 lines
154 B
C#
using System;
|
|
|
|
namespace Oqtane.Shared
|
|
{
|
|
[AttributeUsage(AttributeTargets.Class)]
|
|
public class OqtaneIgnoreAttribute : Attribute
|
|
{
|
|
}
|
|
}
|