Merged branch back to the trunk. Build is passing with no changes.
[castle.git] / MonoRail / TempWeb / Controllers / HomeController.cs
blob84c0423acb1b22e3a376d8fe7aae72eb51e06459
1 namespace TempWeb.Controllers
3 using System;
4 using Castle.MonoRail.Framework;
6 [Layout("default")]
7 public class HomeController : Controller
9 public void Index()
13 public void Js()
19 // public Product[] A()
20 // {
21 //
22 // }