Mercurial > altnet-hispano
view Agendas/trunk/src/Agendas.Web/Controllers/HomeController.cs @ 100:cc91817a4206
Merge
author | jorge.rowies |
---|---|
date | Sat, 04 Jun 2011 22:46:06 -0300 |
parents | 475be11edf56 |
children |
line wrap: on
line source
using System.Web.Mvc; namespace AltNetHispano.Agendas.Web.Controllers { public class HomeController : Controller { public ActionResult Index() { return View(); } public ActionResult About() { return View(); } } }