Example #1
0
        private static bool ValidarProveedorExistente(string nombreRazonSocial, string cuit)
        {
            bool existe = ProveedorDao.ValidarProveedorExistente(nombreRazonSocial, cuit);

            return(existe);
        }