Open jeremydmiller opened 2 years ago
To be able to start a new saga from nothing, support something similar to Marten's event projection naming.
So OrderSaga.Create(StartSaga) : OrderSaga where it's a static, and creates the new saga for you and generates the identity
OrderSaga.Create(StartSaga) : OrderSaga
To be able to start a new saga from nothing, support something similar to Marten's event projection naming.
So
OrderSaga.Create(StartSaga) : OrderSaga
where it's a static, and creates the new saga for you and generates the identity