public DefinirEvaluationMatiereBL()
 {
     this.evaluerDA        = new EvaluerDA();
     this.matiereDA        = new MatiereDA();
     this.classeDA         = new ClasseDA();
     this.typeevaluationDA = new TypeevaluationDA();
     this.parametreDA      = new ParametresDA();
     this.sequenceDA       = new SequenceDA();
     this.journalDA        = new JournalDA();
 }
Example #2
0
 public SaisieNotesAvecAnonymatBL()
 {
     classeDA     = new ClasseDA();
     evaluationDA = new TypeevaluationDA();
     matiereDA    = new MatiereDA();
     sequenceDA   = new SequenceDA();
     eleveDA      = new EleveDA();
     notesDA      = new NotesDA();
     programmerDA = new ProgrammerDA();
     inscrireDA   = new InscrireDA();
     parametreDA  = new ParametresDA();
     evaluerDA    = new EvaluerDA();
     journalDA    = new JournalDA();
 }
Example #3
0
 public CreerModifierTypeEvaluationBL()
 {
     this.typeevaluationDA = new TypeevaluationDA();
     this.journalDA        = new JournalDA();
 }