aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/PPC/Modules/Tango.PPC.Synchronization/Views/MainView.xaml
blob: 2bba2019d6e739b6f79c0e30a0f3236aa0fc68f8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<
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";
        }
    }
}