public static void SetEventStream(this IState state, EventStream value)
 {
     state.Replace(StateKeys.EventStream, value);
 }
Ejemplo n.º 2
0
 public void Save(EventStream eventStream)
 {
     Save(eventStream, null);
 }