summaryrefslogtreecommitdiff
path: root/product/Presentation/Presenters/RunThe.cs
diff options
context:
space:
mode:
Diffstat (limited to 'product/Presentation/Presenters/RunThe.cs')
-rw-r--r--product/Presentation/Presenters/RunThe.cs4
1 files changed, 2 insertions, 2 deletions
diff --git a/product/Presentation/Presenters/RunThe.cs b/product/Presentation/Presenters/RunThe.cs
index 547d1a2..1ce2f11 100644
--- a/product/Presentation/Presenters/RunThe.cs
+++ b/product/Presentation/Presenters/RunThe.cs
@@ -9,9 +9,9 @@ namespace momoney.presentation.presenters
public class RunThe<TPresenter> : IRunThe<TPresenter> where TPresenter : IPresenter
{
readonly IApplicationController controller;
- readonly ICommandProcessor processor;
+ readonly CommandProcessor processor;
- public RunThe(IApplicationController controller, ICommandProcessor processor)
+ public RunThe(IApplicationController controller, CommandProcessor processor)
{
this.controller = controller;
this.processor = processor;