Command execution, CreateContainer command WIP
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
using FileTime.Core.Timeline;
|
||||
|
||||
namespace FileTime.Core.Command;
|
||||
|
||||
public interface ICommandHandler
|
||||
{
|
||||
bool CanHandle(ICommand command);
|
||||
Task ExecuteAsync(ICommand command);
|
||||
}
|
||||
Reference in New Issue
Block a user