From 18477c8dc7e7971f2cfb08d0e11ca483944f79f2 Mon Sep 17 00:00:00 2001 From: Roy Ben-Shabat Date: Wed, 12 Feb 2020 16:44:17 +0200 Subject: Added project Tango.MachineService.Gateway --- .../Controllers/HomeController.cs | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 Software/Visual_Studio/Web/Tango.MachineService.Gateway/Controllers/HomeController.cs (limited to 'Software/Visual_Studio/Web/Tango.MachineService.Gateway/Controllers/HomeController.cs') diff --git a/Software/Visual_Studio/Web/Tango.MachineService.Gateway/Controllers/HomeController.cs b/Software/Visual_Studio/Web/Tango.MachineService.Gateway/Controllers/HomeController.cs new file mode 100644 index 000000000..f510f360c --- /dev/null +++ b/Software/Visual_Studio/Web/Tango.MachineService.Gateway/Controllers/HomeController.cs @@ -0,0 +1,16 @@ +using System; +using System.Collections.Generic; +using System.Linq; +using System.Web; +using System.Web.Mvc; + +namespace Tango.MachineService.Gateway.Controllers +{ + public class HomeController : Controller + { + public String Index() + { + return "Twine Gateway Service"; + } + } +} -- cgit v1.3.1