public MatchScoreDto(MatchDto match, FootballScore score) { Match = match; Score = score; }
public MatchScorePredictionDto(MatchDto match, FootballScore score, FootballScore predictionValue) { Match = match; Score = score; PredictionValue = predictionValue; }