laatzen/Common/Service/MeterProcessState/Areas/HelpPage/ModelDescriptions/ParameterAnnotation.cs

11 lines
246 B
C#
Raw Normal View History

2021-10-01 09:09:20 +00:00
using System;
namespace Service.MeterProcessState.Areas.HelpPage.ModelDescriptions
{
public class ParameterAnnotation
{
public Attribute AnnotationAttribute { get; set; }
public String Documentation { get; set; }
2021-10-01 09:09:20 +00:00
}
}