This commit is contained in:
2021-02-01 20:45:20 +00:00
parent fa40aef432
commit e70a1a256e
4 changed files with 74 additions and 11 deletions

View File

@@ -0,0 +1,4 @@
namespace AyaNova.Models
{
public record DataListSortRequest(string ListKey, string[] sortBy, bool[] sortDesc);
}