Пример #1
0
 public async Task <bool> DeleteAsync(int idJugador)
 {
     return(await _jugadorRepository.DeleteAsync(idJugador));
 }