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