ContentProvider more async
This commit is contained in:
@@ -2,6 +2,6 @@ namespace FileTime.Core.Command;
|
||||
|
||||
public interface ICommandHandler
|
||||
{
|
||||
bool CanHandle(ICommand command);
|
||||
Task<bool> CanHandleAsync(ICommand command);
|
||||
Task ExecuteAsync(ICommand command);
|
||||
}
|
||||
Reference in New Issue
Block a user