diff options
Diffstat (limited to 'product/Presentation/Presenters/RunPresenterCommand.cs')
| -rw-r--r-- | product/Presentation/Presenters/RunPresenterCommand.cs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/product/Presentation/Presenters/RunPresenterCommand.cs b/product/Presentation/Presenters/RunPresenterCommand.cs index b90f856..7e5fe1e 100644 --- a/product/Presentation/Presenters/RunPresenterCommand.cs +++ b/product/Presentation/Presenters/RunPresenterCommand.cs @@ -6,9 +6,9 @@ namespace MoMoney.Presentation.Presenters public class RunPresenterCommand : IRunPresenterCommand { readonly IApplicationController application_controller; - readonly ICommandProcessor processor; + readonly CommandProcessor processor; - public RunPresenterCommand(IApplicationController application_controller, ICommandProcessor processor) + public RunPresenterCommand(IApplicationController application_controller, CommandProcessor processor) { this.application_controller = application_controller; this.processor = processor; |
