Example #1
0
 public async Task <bool> UpdateAsync(Jugador jugador)
 {
     return(await _jugadorRepository.UpdateAsync(jugador));
 }