This commit is contained in:
Paul Schneider 2024-12-14 20:21:41 +00:00
commit fdf5ee915e
67 changed files with 48812 additions and 37055 deletions

View file

@ -2,7 +2,7 @@ using System;
namespace Yavsc.Abstract.Workflow
{
public interface IDecidableQuery: IBaseTrackedEntity, IQuery
public interface IDecidableQuery: ITrackedEntity, IQuery
{
bool Decided { get; set; }
bool Accepted { get; set; }