Exemplo n.º 1
0
 public void AddMatch(Match match)
 {
     _matchPlayerRepository.AddMatchPlayers(match.match_id, match.players);
     _db.Matches.AddOrUpdate(match);
 }