From d91db45c47a1d2d1d050fdafe8f4eb44951a883f Mon Sep 17 00:00:00 2001 From: Roy Ben Shabat Date: Sat, 18 May 2024 20:05:10 +0300 Subject: FSE/RSM MachineService Provides full capability. --- .../Web/Tango.MachineService/Controllers/FSEAccountController.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Software/Visual_Studio/Web/Tango.MachineService/Controllers/FSEAccountController.cs') diff --git a/Software/Visual_Studio/Web/Tango.MachineService/Controllers/FSEAccountController.cs b/Software/Visual_Studio/Web/Tango.MachineService/Controllers/FSEAccountController.cs index b7728af6a..c8b1628b1 100644 --- a/Software/Visual_Studio/Web/Tango.MachineService/Controllers/FSEAccountController.cs +++ b/Software/Visual_Studio/Web/Tango.MachineService/Controllers/FSEAccountController.cs @@ -33,7 +33,7 @@ namespace Tango.MachineService.Controllers if (reset != null) { - using (ObservablesContext db = ObservablesContextHelper.CreateContext()) + using (ObservablesContext db = ObservablesWebContext.CreateContext()) { var user = db.Users.SingleOrDefault(x => x.Guid == reset.UserGuid); -- cgit v1.3.1