From 65d7f918b273a572d2d9a1d08a2797ea76b10850 Mon Sep 17 00:00:00 2001 From: Roy Date: Thu, 1 Mar 2018 23:27:24 +0200 Subject: Another BL Optimization /: --- .../MachineStudioUpdateService.svc.cs | 3 ++- 1 file changed, 2 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 2432ec0fc..6deb9ac7b 100644 --- a/Software/Visual_Studio/MachineStudio/Tango.MachineStudio.UpdateService/MachineStudioUpdateService.svc.cs +++ b/Software/Visual_Studio/MachineStudio/Tango.MachineStudio.UpdateService/MachineStudioUpdateService.svc.cs @@ -8,9 +8,10 @@ using System.ServiceModel; using System.ServiceModel.Web; using System.Text; using Tango.Core.Helpers; -using Tango.BL.Observables; +using Tango.BL.Entities; using Tango.Logging; using Tango.MachineStudio.Common.Update; +using Tango.BL; namespace Tango.MachineStudio.UpdateService { -- cgit v1.3.1