Example #1
0
 public EmploisTemp(int id, DateTime datedebut, DateTime datefin, AnneeFormation anneformation)
 {
     this.id             = id;
     this.DateDebut      = datedebut;
     this.dateFin        = datefin;
     this.anneeformation = anneeformation;
 }
Example #2
0
 public Formation(int id, Formateur formateur, Module module, Groupe groupe, AnneeFormation anneformation)
 {
     this.id            = id;
     this.formateur     = formateur;
     this.module        = module;
     this.groupe        = groupe;
     this.anneformation = anneformation;
 }