diff options
Diffstat (limited to 'product/Presentation/Views/ICommandDialog.cs')
| -rw-r--r-- | product/Presentation/Views/ICommandDialog.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/product/Presentation/Views/ICommandDialog.cs b/product/Presentation/Views/ICommandDialog.cs index caf2abd..94bc940 100644 --- a/product/Presentation/Views/ICommandDialog.cs +++ b/product/Presentation/Views/ICommandDialog.cs @@ -1,6 +1,6 @@ using Gorilla.Commons.Utility.Core; -namespace Gorilla.Commons.Windows.Forms +namespace MoMoney.Presentation.Views { public interface ICommandDialog<Command> where Command : ICommand { |
