mirror of
https://github.com/pnp/sp-dev-fx-webparts.git
synced 2025-02-07 21:48:24 +00:00
31437b9492
* initial commit * removed old files * initial commit
11 lines
242 B
C#
11 lines
242 B
C#
namespace securecall.Areas.HelpPage.ModelDescriptions
|
|
{
|
|
public class EnumValueDescription
|
|
{
|
|
public string Documentation { get; set; }
|
|
|
|
public string Name { get; set; }
|
|
|
|
public string Value { get; set; }
|
|
}
|
|
} |