Пример #1
0
 public RetourAPI DeleteTournoi(int id)
 {
     return(DB_CURD.DeleteTournoi(new Tournoi {
         IdTournament = id
     }));
 }