Méthode | Description | |
---|---|---|
EmployeesController ( |
||
Get ( int page = null, int pageSize = 10, string orderBy = nameof(Employee.Id), bool ascending = true ) : Task |
public EmployeesController ( |
||
context | ||
Résultat | System |
public Get ( int page = null, int pageSize = 10, string orderBy = nameof(Employee.Id), bool ascending = true ) : Task |
||
page | int | |
pageSize | int | |
orderBy | string | |
ascending | bool | |
Résultat | Task |