Пример #1
0
 public Reaffectation(int id, DateTime date_reaf, string motif, CourrierArriveInterne courrier, AgentUA agent_courant, AgentUA agent_cible)
 {
     this.id            = id;
     this.date_reaf     = date_reaf;
     this.motif         = motif;
     this.courrier      = courrier;
     this.agent_courant = agent_courant;
     this.agent_cible   = agent_cible;
 }
Пример #2
0
 public void setCourrier(CourrierArriveInterne courrier)
 {
     this.courrier = courrier;
 }