diff options
Diffstat (limited to 'Software/Visual_Studio/Web/Tango.MachineService/Controllers')
| -rw-r--r-- | Software/Visual_Studio/Web/Tango.MachineService/Controllers/HomeController.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Software/Visual_Studio/Web/Tango.MachineService/Controllers/HomeController.cs b/Software/Visual_Studio/Web/Tango.MachineService/Controllers/HomeController.cs index 1e67c6845..a7c526f67 100644 --- a/Software/Visual_Studio/Web/Tango.MachineService/Controllers/HomeController.cs +++ b/Software/Visual_Studio/Web/Tango.MachineService/Controllers/HomeController.cs @@ -6,7 +6,7 @@ using System.Web.Mvc; namespace Tango.MachineService.Controllers { - public class HomeController : Controller + public class HomeController : Controller { public String Index() { |
