Clipboard
This commit is contained in:
7
src/Core/FileTime.Core.Abstraction/Command/ICommand.cs
Normal file
7
src/Core/FileTime.Core.Abstraction/Command/ICommand.cs
Normal file
@@ -0,0 +1,7 @@
|
||||
namespace FileTime.Core.Command
|
||||
{
|
||||
public interface ICommand
|
||||
{
|
||||
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,7 @@
|
||||
namespace FileTime.Core.Command
|
||||
{
|
||||
public interface ITransportationCommand : ICommand
|
||||
{
|
||||
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user