Пример #1
0
 public bool Create(Jugador entity)
 {
     return(jugadorRepository.Create(entity));
 }