コード例 #1
0
 public int updateTournois(List <Tournoi> l)
 {
     return(bdd.updateTournois(l));
 }