Пример #1
0
        public bool ExcluirBL(Portadores por)
        {
            if (por.Id > 0)
            {
                PortadoresDA porDA = new PortadoresDA();

                return porDA.ExcluirDA(por);
            }
            else
                return false;
        }