I have this code
[HttpPost("search")]
public async Task<ActionResult<int>> GetEmployees([FromBody] EmployeeSearchDto employeeSearchParameters)
{
}
How to get
ActionResult type and
int type
I can't seem to find the return type property in reflections.
Aucun commentaire:
Enregistrer un commentaire