Exemplo n.º 1
0
 public async Task <IActionResult> GetAll([FromQuery] PageQuery pageQery)
 {
     return(HandleServiceResponse(await _service.FindAsync(pageQery)));
 }