facturesaascron = new Genererfacturesaascron(); return $this->facturesaascron->counter_assure_saas_mois($codeSociete); } public function envoyer_notification_facture_saas_mois($codeSociete, $smsNotificationSaas, $mailNotificationSaas) { require_once 'Genererfacturesaascron.php'; $this->facturesaascron = new Genererfacturesaascron(); $this->facturesaascron->envoyer_notification_facture_saas_mois($codeSociete, $smsNotificationSaas, $mailNotificationSaas); } }