CNCEC_SUBQHSE_WUHUAN/SGGL/WebAPI/Areas/HelpPage/ModelDescriptions/ParameterAnnotation.cs

11 lines
227 B
C#

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