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/FSEDownloadsController.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Software/Visual_Studio/Web/Tango.MachineService/Controllers/FSEDownloadsController.cs') diff --git a/Software/Visual_Studio/Web/Tango.MachineService/Controllers/FSEDownloadsController.cs b/Software/Visual_Studio/Web/Tango.MachineService/Controllers/FSEDownloadsController.cs index dddb8cb38..782bef3a2 100644 --- a/Software/Visual_Studio/Web/Tango.MachineService/Controllers/FSEDownloadsController.cs +++ b/Software/Visual_Studio/Web/Tango.MachineService/Controllers/FSEDownloadsController.cs @@ -26,7 +26,7 @@ namespace Tango.MachineService.Controllers { IndexViewModel model = new IndexViewModel(); - using (var db = ObservablesContextHelper.CreateContext()) + using (var db = ObservablesWebContext.CreateContext()) { int build = buildVariant.Value; -- cgit v1.3.1