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