Fogo
This commit is contained in:
parent
1f6e6d5d4f
commit
fdf5ee915e
67 changed files with 48812 additions and 37055 deletions
|
|
@ -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; }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue