Example #1
0
 public ExampleState Updated(Evt evt)
 {
     return(new ExampleState(_events.Add(evt.Data)));
 }
Example #2
0
 private void UpdateState(Evt evt)
 {
     _state = _state.Updated(evt);
 }