Exemple #1
0
        public crlRecuEncaisser()
        {
            this.DateRecuEncaisser    = DateTime.Now;
            this.LibelleRecuEncaisser = "";
            this.MatriculeAgent       = "";
            this.ModePaiement         = "";
            this.MontantRecuEncaisser = 0;
            this.NumCheque            = "";
            this.NumRecuEncaisser     = "";

            this.agent  = null;
            this.cheque = null;
        }
Exemple #2
0
        public crlRecuAbonnement()
        {
            this.DateRecuAbonnement    = DateTime.Now;
            this.MatriculeAgent        = "";
            this.ModePaiement          = "";
            this.MontantRecuAbonnement = 0.00;
            this.NumBonDeCommande      = "";
            this.NumCheque             = "";
            this.NumDureeAbonnement    = "";
            this.NumRecuAbonnement     = "";
            this.NumVoyageAbonnement   = "";

            this.agent            = null;
            this.bonDeCommande    = null;
            this.cheque           = null;
            this.dureeAbonnement  = null;
            this.voyageAbonnement = null;
        }