Exemple #1
0
        public bool Borrar(string tipo1)
        {
            D_TipoMercado tipo = new D_TipoMercado();

            return(tipo.Borrar(tipo1));
        }