refactoring
This commit is contained in:
parent
a983b0fdc4
commit
b828b06904
10 changed files with 125 additions and 26 deletions
|
|
@ -1,20 +0,0 @@
|
|||
namespace Yavsc.Interfaces.Workflow
|
||||
{
|
||||
/// <summary>
|
||||
/// Status,
|
||||
/// should be associated to any
|
||||
/// client user query to a provider user or
|
||||
/// other external entity.
|
||||
/// </summary>
|
||||
public enum QueryStatus: int
|
||||
{
|
||||
Inserted,
|
||||
OwnerValidated,
|
||||
Visited,
|
||||
Rejected,
|
||||
Accepted,
|
||||
InProgress,
|
||||
Failed,
|
||||
Success
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue