Пример #1
0
        //public static bool Enregister(TelephoneBOL c)
        //{
        //    Telephone tele = new Telephone
        //    {
        //         Numero = c.Numero,
        //         Pro = c.Pro,
        //         CodeType = c.CodeType

        //};

        //    return BDD.EnregistreTelephone(tele);
        //}

        public static bool Enregister(TelephoneBOL c, int saisieId)
        {
            Telephone tele = new Telephone
            {
                Numero   = c.Numero,
                Pro      = c.Pro,
                CodeType = c.CodeType,
                IdClient = saisieId
            };

            return(BDD.EnregistreTelephone(tele));
        }