From 65d7f918b273a572d2d9a1d08a2797ea76b10850 Mon Sep 17 00:00:00 2001 From: Roy Date: Thu, 1 Mar 2018 23:27:24 +0200 Subject: Another BL Optimization /: --- .../Authentication/DefaultAuthenticationProvider.cs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Software/Visual_Studio/MachineStudio/Tango.MachineStudio.UI/Authentication/DefaultAuthenticationProvider.cs') diff --git a/Software/Visual_Studio/MachineStudio/Tango.MachineStudio.UI/Authentication/DefaultAuthenticationProvider.cs b/Software/Visual_Studio/MachineStudio/Tango.MachineStudio.UI/Authentication/DefaultAuthenticationProvider.cs index efad054de..b3c4f5cb3 100644 --- a/Software/Visual_Studio/MachineStudio/Tango.MachineStudio.UI/Authentication/DefaultAuthenticationProvider.cs +++ b/Software/Visual_Studio/MachineStudio/Tango.MachineStudio.UI/Authentication/DefaultAuthenticationProvider.cs @@ -5,8 +5,9 @@ using System.Security.Authentication; using System.Text; using System.Threading.Tasks; using Tango.Core; -using Tango.BL.Observables; +using Tango.BL.Entities; using Tango.MachineStudio.Common.Authentication; +using Tango.BL; namespace Tango.MachineStudio.UI.Authentication { -- cgit v1.3.1