This commit is contained in:
@@ -42,4 +42,24 @@ namespace AyaNova.PickList
|
||||
}
|
||||
}
|
||||
|
||||
public sealed class PickListSingleOptions
|
||||
{
|
||||
|
||||
[FromBody]
|
||||
public AyaType AyaType { get; set; }
|
||||
|
||||
[FromBody]
|
||||
public long Id { get; set; }
|
||||
|
||||
[FromBody]
|
||||
public string ListVariant { get; set; }
|
||||
|
||||
public PickListSingleOptions()
|
||||
{
|
||||
AyaType = AyaType.NoType;
|
||||
Id = 0;
|
||||
ListVariant = string.Empty;
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user