Files
OnDoc/packages/Microsoft.AspNet.WebApi.HelpPage.5.3.0/Content/Areas/HelpPage/ModelDescriptions/ParameterAnnotation.cs.pp
2024-07-18 14:22:38 +02:00

11 lines
239 B
C#

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