Ejemplo n.º 1
0
 public Copie(int id, string motif, Courrier courrier, Unite unite)
 {
     this.id       = id;
     this.motif    = motif;
     this.courrier = courrier;
     this.unite    = unite;
 }
Ejemplo n.º 2
0
 public void setCourrier(Courrier courrier)
 {
     this.courrier = courrier;
 }
Ejemplo n.º 3
0
 public void setCourrier_Reponse(Courrier courrier_reponse)
 {
     this.courrier_reponse = courrier_reponse;
 }