refactoring
This commit is contained in:
parent
fb044dabcb
commit
e1b1347284
20 changed files with 153 additions and 132 deletions
|
|
@ -2,7 +2,7 @@ using System;
|
|||
|
||||
namespace Yavsc.Abstract.Workflow
|
||||
{
|
||||
public interface INominativeQuery: IQuery
|
||||
public interface IDecidableQuery: IQuery
|
||||
{
|
||||
bool Rejected { get; set; }
|
||||
DateTime RejectedAt { get; set; }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue