7 lines
122 B
C#
7 lines
122 B
C#
namespace FileTime.Core.Command
|
|
{
|
|
public interface IExecutableCommand : ICommand
|
|
{
|
|
void Execute();
|
|
}
|
|
} |