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