tests
This commit is contained in:
File diff suppressed because it is too large
Load Diff
@@ -7,6 +7,7 @@ public class Responsable extends Technicien {
|
||||
|
||||
public Responsable() {
|
||||
super();
|
||||
System.out.println("Constructeur par défault de ResponsableS");
|
||||
listeSupervisions = new ArrayList<>();
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user