Files
Stefan Hutter 6d764dccd0 update 20260522
2026-05-22 20:49:40 +02: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; }
}
}