Files
OnDoc/API_NetFramework - Kopie (2)/Areas/HelpPage/ModelDescriptions/ParameterAnnotation.cs
Stefan Hutter 00eae8a837 Update 20250204
2025-02-04 22:36:20 +01:00

11 lines
237 B
C#

using System;
namespace API_NetFramework.Areas.HelpPage.ModelDescriptions
{
public class ParameterAnnotation
{
public Attribute AnnotationAttribute { get; set; }
public string Documentation { get; set; }
}
}