mirror of
https://github.com/oqtane/oqtane.framework.git
synced 2025-05-15 04:11:38 +00:00
12 lines
180 B
C#
12 lines
180 B
C#
using System;
|
|
|
|
namespace Oqtane.Shared
|
|
{
|
|
[Obsolete("ResourceDeclaration is deprecated", false)]
|
|
public enum ResourceDeclaration
|
|
{
|
|
Local,
|
|
Global
|
|
}
|
|
}
|