Closed Odonno closed 6 years ago
We need to do this:
var events = eventStore.ObserveEvent(); events.Subscribe(totalCostCartEventView.Handle); events.Subscribe(ordersCartEventView.Handle);
Can we simplify the code?
We need to do this:
Can we simplify the code?