public async Task <bool> UpdateAsync(Equipo equipo) { return(await _equipoRepository.UpdateAsync(equipo)); }