public ActionResult GetAllByFilter([FromQuery] FiltroLogDto filtro) { var logs = _logService.BuscaPorFiltro(filtro); return(Ok(logs)); }