diff options
Diffstat (limited to 'product/Presentation/Presenters/ExpandoBuilder.cs')
| -rw-r--r-- | product/Presentation/Presenters/ExpandoBuilder.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/product/Presentation/Presenters/ExpandoBuilder.cs b/product/Presentation/Presenters/ExpandoBuilder.cs index fc1fffe..d43c6b1 100644 --- a/product/Presentation/Presenters/ExpandoBuilder.cs +++ b/product/Presentation/Presenters/ExpandoBuilder.cs @@ -5,7 +5,7 @@ using Gorilla.Commons.Utility.Core; using Gorilla.Commons.Utility.Extensions; using XPExplorerBar; -namespace MoMoney.Presentation.Presenters.Navigation +namespace MoMoney.Presentation.Presenters { public interface IExpandoBuilder : IBuilder<Expando> { |
