Ejemplo n.º 1
0
        public void Ensure()
        {
            var projectionSource = ProjectionSources.Read("MeasurementReadCounter");

            _projectionsContext.EnsureProjection("MeasurementReadCounter", projectionSource);
        }
Ejemplo n.º 2
0
        public void Ensure()
        {
            var projectionSource = ProjectionSources.Read("OrderHandler");

            _projectionsContext.EnsureProjection("OrderHandler", projectionSource);
        }
Ejemplo n.º 3
0
        public void Ensure()
        {
            var projectionSource = ProjectionSources.Read("IrresponsibleGamblingDetector");

            _projectionsContext.EnsureProjection("IrresponsibleGamblingDetector", projectionSource);
        }