This commit is contained in:
2020-01-13 22:36:39 +00:00
parent 45b1cba18b
commit d228fedf5d
3 changed files with 9 additions and 3 deletions

View File

@@ -20,8 +20,12 @@ namespace AyaNova.Api.ControllerHelpers
//Data filter id to use with this list query
//0 or less means no filter
[FromQuery]
public long DataFilterId { get; set; }
[FromQuery]
public bool Mini { get; set; }
}