Base features
This commit is contained in:
7
src/FileTime.Core/Command/IExecutableCommand.cs
Normal file
7
src/FileTime.Core/Command/IExecutableCommand.cs
Normal file
@@ -0,0 +1,7 @@
|
||||
namespace FileTime.Core.Command
|
||||
{
|
||||
public interface IExecutableCommand : ICommand
|
||||
{
|
||||
void Execute();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user