mirror of
https://github.com/ditkrg/DIT.Workflower.git
synced 2026-01-22 13:56:43 +00:00
Add generic type constraints to ListTransitionsRequest in Query.cs
This commit is contained in:
parent
599ffc3dc9
commit
b9c79a4781
@ -2,6 +2,8 @@ namespace DIT.Workflower;
|
||||
|
||||
|
||||
public sealed class ListTransitionsRequest<TState, TCommand, TContext>
|
||||
where TState : struct
|
||||
where TCommand : struct
|
||||
{
|
||||
public TState? From { get; set; }
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user