1
czw
2025-06-17 fa0426311c6984388d3c15928e1a687836c19b24
1
2
3
4
5
6
7
8
9
10
11
namespace $rootnamespace$.Areas.HelpPage.ModelDescriptions
{
    public class EnumValueDescription
    {
        public string Documentation { get; set; }
 
        public string Name { get; set; }
 
        public string Value { get; set; }
    }
}