コード例 #1
0
        public bool RecordsExist(AbstractConnection connection, Entity entity) {

            var checker = new SolrConnectionChecker(connection.Logger);
            if (checker.Check(connection)) {
                throw new NotImplementedException();
            }
            return false;

        }
コード例 #2
0
        public bool RecordsExist(AbstractConnection connection, Entity entity)
        {
            var checker = new SolrConnectionChecker(connection.Logger);

            if (checker.Check(connection))
            {
                throw new NotImplementedException();
            }
            return(false);
        }