public GestionHistoriqueCaisseBL()
 {
     operationDA     = new OperationDA();
     typeoperationDA = new TypeoperationDA();
     realiserDA      = new RealiserDA();
     acheterDA       = new AcheterDA();
     payerDA         = new PayerDA();
     eleveDA         = new EleveDA();
     prestationDA    = new PrestationDA();
     trancheDA       = new TrancheDA();
     setArticleDA    = new SetarticleDA();
     journalDA       = new JournalDA();
 }
Exemplo n.º 2
0
 public GestionPrestationBL()
 {
     eleveDA          = new EleveDA();
     prestationDA     = new PrestationDA();
     trancheDA        = new TrancheDA();
     payerDA          = new PayerDA();
     appartenirDA     = new AppartenirDA();
     montanttrancheDA = new MontantTrancheDA();
     parametreDA      = new ParametresDA();
     inscrireDA       = new InscrireDA();
     classeDA         = new ClasseDA();
     typeclasseDA     = new TypeclasseDA();
     categorieEleveDA = new CategorieEleveDA();
     journalDA        = new JournalDA();
 }
Exemplo n.º 3
0
 public GestionBilanFinancierBL()
 {
     parametreDA = new ParametresDA();
     payerDA     = new PayerDA();
 }