port from perforce
This commit is contained in:
7
intromat/Intromat/Interfaces/IPipeline.cs
Normal file
7
intromat/Intromat/Interfaces/IPipeline.cs
Normal file
@@ -0,0 +1,7 @@
|
||||
namespace Intromat.Interfaces
|
||||
{
|
||||
public interface IPipeline
|
||||
{
|
||||
void Apply();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user