Exemplo n.º 1
0
 public RetourAPI DeletePartie(ViewPartie Partie)
 {
     return(DB_CURD.DeletePartie(Partie));
 }