public async Task <IActionResult> GetAll(int clienteId) { return(Ok(await _departamentoBusiness.GetDepartamentoByEmpresa(clienteId))); }