示例#1
0
        public override void SetUp()
        {
            base.SetUp();

            this.Bus = new MockBus();

            this.Repository = new AggregateRepository(
                () => new TestAggregateRoot(),
                this.SnapshotStore);
            //,
            //this.Bus);
        }
        public override void SetUp()
        {
            base.SetUp();
            
            this.Bus = new MockBus();

            this.Repository = new AggregateRepository(
                () => new TestAggregateRoot(),
                this.SnapshotStore);
                //,
                //this.Bus);
        }