コード例 #1
0
 public void InsertVotes(int idJoueur, int idJeux, int cote)
 {
     md.InsertIntoVotes(idJoueur, idJeux, cote);
 }