diff --git a/Tapeti.Saga/ISagaProvider.cs b/Tapeti.Saga/ISagaProvider.cs index b6d3d63..862aad2 100644 --- a/Tapeti.Saga/ISagaProvider.cs +++ b/Tapeti.Saga/ISagaProvider.cs @@ -4,8 +4,8 @@ namespace Tapeti.Saga { public interface ISagaProvider { - Task> Begin() where T : class; + Task> Begin(T initialState) where T : class; Task> Continue(string sagaId) where T : class; - Task> Current() where T : class; + Task Continue(string sagaId); } } diff --git a/Tapeti.Saga/Tapeti.Saga.csproj b/Tapeti.Saga/Tapeti.Saga.csproj index 525f86d..3de0a04 100644 --- a/Tapeti.Saga/Tapeti.Saga.csproj +++ b/Tapeti.Saga/Tapeti.Saga.csproj @@ -9,8 +9,9 @@ Properties Tapeti.Saga Tapeti.Saga - v4.5.2 + v4.6.1 512 + true @@ -44,6 +45,17 @@ + + + + + + + + + {8ab4fd33-4aaa-465c-8579-9db3f3b23813} + Tapeti +