public GenererBulletinsSequentielBL()
        {
            CultureInfo ci = CultureInfo.CreateSpecificCulture(CultureInfo.CurrentCulture.Name);

            ci.DateTimeFormat.ShortDatePattern  = "dd-MM-yyyy";
            Thread.CurrentThread.CurrentCulture = ci;


            this.resultatTrimestrielDA  = new ResultatTrimestrielDA();
            this.moyennesTrimestrielsDA = new MoyennesTrimestrielsDA();
            this.classeDA      = new ClasseDA();
            this.sequenceDA    = new SequenceDA();
            this.trimestreDA   = new TrimestreDA();
            this.evaluerDA     = new EvaluerDA();
            this.notesDA       = new NotesDA();
            this.programmerDA  = new ProgrammerDA();
            this.resultatDA    = new ResultatDA();
            this.mentionDA     = new MentionDA();
            this.parametresDA  = new ParametresDA();
            eleveDA            = new EleveDA();
            this.enseignantDA  = new EnseignantDA();
            this.sanctionnerDA = new SanctionnerDA();
            this.disciplineDA  = new DisciplineDA();
            this.journalDA     = new JournalDA();
        }
 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();
 }
Esempio n. 3
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();
 }
 public GenererResultatsSequentielsBL()
 {
     this.moyennesDA   = new MoyennesDA();
     this.classeDA     = new ClasseDA();
     this.sequenceDA   = new SequenceDA();
     this.evaluerDA    = new EvaluerDA();
     this.notesDA      = new NotesDA();
     this.programmerDA = new ProgrammerDA();
     this.resultatDA   = new ResultatDA();
     this.mentionDA    = new MentionDA();
     this.parametresDA = new ParametresDA();
     this.journalDA    = new JournalDA();
     eleveDA           = new EleveDA();
 }