public async Task <IActionResult> GetAll([FromRoute] int firmId, [FromQuery] PageQuery pageQery) { return(HandleServiceResponse(await _service.FindAsync(firmId, pageQery))); }