Initial import
This commit is contained in:
12
yavscModel/WorkFlow/IContentProvider.cs
Normal file
12
yavscModel/WorkFlow/IContentProvider.cs
Normal file
@ -0,0 +1,12 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
|
||||
namespace yavscModel.WorkFlow
|
||||
{
|
||||
public interface IContentProvider: IDisposable
|
||||
{
|
||||
string Order (IWFCommand c);
|
||||
IContent Get (string orderId);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user