This commit is contained in:
@@ -23,8 +23,8 @@ namespace AyaNova.Api.ControllerHelpers
|
||||
// [FromBody]
|
||||
// public long DataFilterId { get; set; }
|
||||
|
||||
[FromBody]
|
||||
public bool Mini { get; set; }
|
||||
|
||||
public bool? Mini { get; set; }
|
||||
|
||||
[FromBody, Required]
|
||||
public string DataListKey { get; set; }
|
||||
|
||||
Reference in New Issue
Block a user