Example #1
0
        public bool DeleteADmin(int id)
        {
            bool res = false;

            //if (_FamilleService.CheckFamille0_ExistArticle(id) == null)
            //{
            _FamilleService.DeleteAdmin(id);
            res = true;

            //}

            return(res);
        }