This commit is contained in:
@@ -14,7 +14,7 @@ namespace AyaNova.PickList
|
||||
/// <param name="preIds">Return only specific items (for pre-selected items on forms) </param>
|
||||
/// <param name="variant">Some lists optionally take a variant string, e.g. User type "inside","outside" etc </param>
|
||||
*/
|
||||
public sealed class PickListParams
|
||||
public sealed class PickListOptions
|
||||
{
|
||||
|
||||
[FromBody]
|
||||
@@ -32,7 +32,7 @@ namespace AyaNova.PickList
|
||||
[FromBody]
|
||||
public string ListVariant { get; set; }
|
||||
|
||||
public PickListParams()
|
||||
public PickListOptions()
|
||||
{
|
||||
AyaType = AyaType.NoType;
|
||||
Query = string.Empty;
|
||||
|
||||
Reference in New Issue
Block a user