diff options
Diffstat (limited to 'product/Service/Infrastructure/Updating/NullDeployment.cs')
| -rw-r--r-- | product/Service/Infrastructure/Updating/NullDeployment.cs | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/product/Service/Infrastructure/Updating/NullDeployment.cs b/product/Service/Infrastructure/Updating/NullDeployment.cs index f4e7e8e..6d0cd26 100644 --- a/product/Service/Infrastructure/Updating/NullDeployment.cs +++ b/product/Service/Infrastructure/Updating/NullDeployment.cs @@ -2,9 +2,8 @@ using System; using System.ComponentModel; using System.Deployment.Application; using System.Threading; -using MoMoney.Service.Infrastructure.Updating; -namespace MoMoney.Tasks.infrastructure.updating +namespace MoMoney.Service.Infrastructure.Updating { public class NullDeployment : IDeployment { |
