refactoring

This commit is contained in:
Paul Schneider 2017-04-08 00:32:23 +02:00
commit b828b06904
10 changed files with 125 additions and 26 deletions

View file

@ -1,8 +1,7 @@
namespace Yavsc.Models.Workflow
{
using Interfaces.Workflow;
using YavscLib;
public interface IQuery: IBaseTrackedEntity
{
QueryStatus Status { get; set; }