pulg
2025-07-10 91fc6f65c712505f0b13e45d66e917e2645ae1c3
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; }
    }
}