Initial version
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
namespace EonaCat.DoxaApi.Attributes
|
||||
{
|
||||
[AttributeUsage(AttributeTargets.Method)]
|
||||
public sealed class DoxaApiExampleAttribute : Attribute
|
||||
{
|
||||
public string Json { get; }
|
||||
public DoxaApiExampleAttribute(string json) => Json = json;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user