refactoring

This commit is contained in:
2018-08-01 06:12:42 +02:00
parent 29d85a0ccf
commit 8246d59ca9
20 changed files with 152 additions and 131 deletions

View File

@ -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; }