Files
laatzen/Common/TestMVC/Controllers/HomeController.cs
T

18 lines
249 B
C#

namespace TestMVC.Controllers
{
using System.Web.Mvc;
public class HomeController : Controller
{
public ActionResult Index()
{
return this.View();
}
}
public class register
{
}
}