mirror of
https://github.com/ditkrg/DIT.Workflower.git
synced 2026-01-22 22:06:42 +00:00
Fixed parameter name
This commit is contained in:
parent
8d9b7d4134
commit
af1ec2d0f0
@ -18,7 +18,7 @@ public interface ITransitionExit<TState, TCommand, TContext>
|
|||||||
where TState : struct
|
where TState : struct
|
||||||
where TCommand : struct
|
where TCommand : struct
|
||||||
{
|
{
|
||||||
ITransitionDone<TState, TCommand, TContext> To(in TState command);
|
ITransitionDone<TState, TCommand, TContext> To(in TState state);
|
||||||
}
|
}
|
||||||
|
|
||||||
public interface ITransitionCondition<TState, TCommand, TContext> : ITransitionExit<TState, TCommand, TContext>
|
public interface ITransitionCondition<TState, TCommand, TContext> : ITransitionExit<TState, TCommand, TContext>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user