summaryrefslogtreecommitdiff
path: root/product/Service/Infrastructure/Threading/SynchronizedContext.cs
diff options
context:
space:
mode:
Diffstat (limited to 'product/Service/Infrastructure/Threading/SynchronizedContext.cs')
-rw-r--r--product/Service/Infrastructure/Threading/SynchronizedContext.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/product/Service/Infrastructure/Threading/SynchronizedContext.cs b/product/Service/Infrastructure/Threading/SynchronizedContext.cs
index 72abc3b..258c9ea 100644
--- a/product/Service/Infrastructure/Threading/SynchronizedContext.cs
+++ b/product/Service/Infrastructure/Threading/SynchronizedContext.cs
@@ -1,7 +1,7 @@
using System.Threading;
using Gorilla.Commons.Utility.Core;
-namespace Gorilla.Commons.Infrastructure.Threading
+namespace MoMoney.Service.Infrastructure.Threading
{
public interface ISynchronizationContext : IParameterizedCommand<ICommand>
{