Method | Description | |
---|---|---|
Get ( int count, int offset, string searchString = "", string sortBy = "", string sortOrder = "" ) : List |
||
PersonsController ( IPersonsRepository personsRepository ) : System.Collections.Generic |
public Get ( int count, int offset, string searchString = "", string sortBy = "", string sortOrder = "" ) : List |
||
count | int | |
offset | int | |
searchString | string | |
sortBy | string | |
sortOrder | string | |
return | List |
public PersonsController ( IPersonsRepository personsRepository ) : System.Collections.Generic | ||
personsRepository | IPersonsRepository | |
return | System.Collections.Generic |