Ejemplo n.º 1
0
 private void OnCreated(NonSnapshotableCreatedEvent @event)
 {
     TestValue = @event.TestValue;
 }
Ejemplo n.º 2
0
        public NoneSnapshotable(string testValue)
        {
            var created = new NonSnapshotableCreatedEvent(Id, CurrentVersion, testValue);

            ApplyEvent(created);
        }