11 lines
119 B
C#
11 lines
119 B
C#
|
12 years ago
|
using System;
|
||
|
|
using System.Collections.Generic;
|
||
|
|
|
||
|
|
namespace yavscModel.WorkFlow
|
||
|
|
{
|
||
|
|
public interface IWFCommand
|
||
|
|
{
|
||
|
|
}
|
||
|
|
}
|
||
|
|
|