纽威
 
 
 
 
 

11 lines
235 B

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