Skip to content

Commit

Permalink
Toodo
Browse files Browse the repository at this point in the history
  • Loading branch information
Anilcharif committed Apr 4, 2023
1 parent bc27140 commit f589491
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Personnel/src/personnel/Ligue.java
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,8 @@ public Employe addEmploye(String nom, String prenom, String mail, String passwor
return employe;
}

//TODO Faire une 2eme addEmployee pour JDBC

void remove(Employe employe)
{
employes.remove(employe);
Expand Down

0 comments on commit f589491

Please sign in to comment.