Rename Commands enum to Command
This commit is contained in:
@@ -4,6 +4,6 @@ namespace FileTime.App.Core.Services;
|
||||
|
||||
public interface ICommandHandler
|
||||
{
|
||||
bool CanHandleCommand(Commands command);
|
||||
Task HandleCommandAsync(Commands command);
|
||||
bool CanHandleCommand(Command.Command command);
|
||||
Task HandleCommandAsync(Command.Command command);
|
||||
}
|
||||
Reference in New Issue
Block a user