Ejemplo n.º 1
0
 protected static void SetUp(TState state, IIdentity id)
 {
     _aggregate = TestAggregateFactory.Create <TAggregate, TState>(state, id, 99999);
 }
Ejemplo n.º 2
0
 protected static void Create(IIdentity id)
 {
     _aggregate = TestAggregateFactory.Create <TAggregate, TState>(new TState(), id, 0);
 }