From 54c192aac4ce2a49b77a87416b492023f981c856 Mon Sep 17 00:00:00 2001 From: Roy Ben-Shabat Date: Thu, 1 Mar 2018 16:05:30 +0200 Subject: Moved Dispensing and Observables to Tango.BL !!! --- .../MachineStudioUpdateService.svc.cs | 2 +- .../Tango.MachineStudio.UpdateService.csproj | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) (limited to 'Software/Visual_Studio/MachineStudio/Tango.MachineStudio.UpdateService') diff --git a/Software/Visual_Studio/MachineStudio/Tango.MachineStudio.UpdateService/MachineStudioUpdateService.svc.cs b/Software/Visual_Studio/MachineStudio/Tango.MachineStudio.UpdateService/MachineStudioUpdateService.svc.cs index 40f242458..2432ec0fc 100644 --- a/Software/Visual_Studio/MachineStudio/Tango.MachineStudio.UpdateService/MachineStudioUpdateService.svc.cs +++ b/Software/Visual_Studio/MachineStudio/Tango.MachineStudio.UpdateService/MachineStudioUpdateService.svc.cs @@ -8,7 +8,7 @@ using System.ServiceModel; using System.ServiceModel.Web; using System.Text; using Tango.Core.Helpers; -using Tango.Integration.Observables; +using Tango.BL.Observables; using Tango.Logging; using Tango.MachineStudio.Common.Update; diff --git a/Software/Visual_Studio/MachineStudio/Tango.MachineStudio.UpdateService/Tango.MachineStudio.UpdateService.csproj b/Software/Visual_Studio/MachineStudio/Tango.MachineStudio.UpdateService/Tango.MachineStudio.UpdateService.csproj index 9e41b1725..f572056ba 100644 --- a/Software/Visual_Studio/MachineStudio/Tango.MachineStudio.UpdateService/Tango.MachineStudio.UpdateService.csproj +++ b/Software/Visual_Studio/MachineStudio/Tango.MachineStudio.UpdateService/Tango.MachineStudio.UpdateService.csproj @@ -93,6 +93,10 @@ + + {f441feee-322a-4943-b566-110e12fd3b72} + Tango.BL + {a34ee0f0-649d-41c8-8489-b6f1cc6924ee} Tango.Core -- cgit v1.3.1