diff options
Diffstat (limited to 'product/Service/Infrastructure/Threading/BackgroundThread.cs')
| -rw-r--r-- | product/Service/Infrastructure/Threading/BackgroundThread.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/product/Service/Infrastructure/Threading/BackgroundThread.cs b/product/Service/Infrastructure/Threading/BackgroundThread.cs index 32dcc40..21e9645 100644 --- a/product/Service/Infrastructure/Threading/BackgroundThread.cs +++ b/product/Service/Infrastructure/Threading/BackgroundThread.cs @@ -1,6 +1,6 @@ using MoMoney.Utility.Core; -namespace Gorilla.Commons.Infrastructure.Threading +namespace MoMoney.Service.Infrastructure.Threading { public interface IBackgroundThread : IDisposableCommand { |
