view Agendas/trunk/src/Agendas.Web/Controllers/HomeController.cs @ 119:8fa58a79656a

Historico
author Nelo@Kenia.neluz.int
date Wed, 22 Jun 2011 09:49:07 -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();
        }
    }
}