This commit is contained in:
@@ -32,6 +32,9 @@ namespace AyaNova.PickList
|
||||
[FromBody]
|
||||
public string ListVariant { get; set; }
|
||||
|
||||
[FromBody]
|
||||
public string Template { get; set; }
|
||||
|
||||
public PickListOptions()
|
||||
{
|
||||
AyaType = AyaType.NoType;
|
||||
@@ -39,6 +42,7 @@ namespace AyaNova.PickList
|
||||
Inactive = false;
|
||||
PreselectedIds = new List<long>();
|
||||
ListVariant = string.Empty;
|
||||
Template = string.Empty;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -54,11 +58,15 @@ namespace AyaNova.PickList
|
||||
[FromBody]
|
||||
public string ListVariant { get; set; }
|
||||
|
||||
[FromBody]
|
||||
public string Template { get; set; }
|
||||
|
||||
public PickListSingleOptions()
|
||||
{
|
||||
AyaType = AyaType.NoType;
|
||||
Id = 0;
|
||||
ListVariant = string.Empty;
|
||||
Template = string.Empty;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user