CQRSlite.Tests.Domain.When_saving_events_without_id.When_saving_events_without_id C# (CSharp) Метод

When_saving_events_without_id() публичный Метод

public When_saving_events_without_id ( ) : System
Результат System
        public When_saving_events_without_id()
        {
            _eventStore = new TestInMemoryEventStore();
            _rep = new Repository(_eventStore);

            _aggregate = new TestAggregate(Guid.Empty);
        }