summaryrefslogtreecommitdiff
path: root/product/Presentation/Presenters/AddBillPaymentPresenter.cs
diff options
context:
space:
mode:
Diffstat (limited to 'product/Presentation/Presenters/AddBillPaymentPresenter.cs')
-rw-r--r--product/Presentation/Presenters/AddBillPaymentPresenter.cs4
1 files changed, 2 insertions, 2 deletions
diff --git a/product/Presentation/Presenters/AddBillPaymentPresenter.cs b/product/Presentation/Presenters/AddBillPaymentPresenter.cs
index 241d4ed..f77b325 100644
--- a/product/Presentation/Presenters/AddBillPaymentPresenter.cs
+++ b/product/Presentation/Presenters/AddBillPaymentPresenter.cs
@@ -1,10 +1,10 @@
using System.Collections.Generic;
using MoMoney.DTO;
using MoMoney.Presentation.Core;
-using MoMoney.Presentation.Views.billing;
+using MoMoney.Presentation.Views;
using MoMoney.Service.Contracts.Application;
-namespace MoMoney.Presentation.Presenters.billing
+namespace MoMoney.Presentation.Presenters
{
public interface IAddBillPaymentPresenter : IContentPresenter
{