Skip to content

Commit

Permalink
nova propriedade string OrderBy
Browse files Browse the repository at this point in the history
  • Loading branch information
suarezrafael committed Aug 15, 2021
1 parent 7d7d40d commit 32b22dd
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,6 @@ public class AuthorsResourceParameters
get => _pageSize;
set => _pageSize = (value > maxPageSize) ? maxPageSize : value;
}
public string OrderBy { get; set; } = "Name";
}
}

0 comments on commit 32b22dd

Please sign in to comment.