Exemplo n.º 1
0
        public void Delete(int id)
        {
            var bc = new PacienteComponent();

            bc.Delete(id);
        }
Exemplo n.º 2
0
        public bool Delete(int ID)
        {
            PacienteComponent PacienteComponent = new PacienteComponent();

            return(PacienteComponent.Delete(ID));
        }