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