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

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

            //}

            return(res);
        }