Example #1
0
 public void InsertHighScore(int idJoueur, int idJeux, int Score)
 {
     md.InsertIntoHighScores(idJoueur, idJeux, Score);
 }