Example #1
0
        private bool ValidaSinFacturas(EliminarEmpresaViewModel modelo, string vstrNuRUC)
        {
            ListarFacturaHandler obj = new ListarFacturaHandler();

            return(obj.NoExistenFacturasxEmpresa(modelo.NuEmpresa));
        }