view Agendas/trunk/src/Agendas.Web/Views/_ViewStart.cshtml @ 104:c5034884c7d7

refactor para que los estados sean singletons
author jorge.rowies
date Sun, 05 Jun 2011 13:22:36 -0300
parents c62b77fc33f4
children
line wrap: on
line source

@{
    Layout = "~/Views/Shared/_Layout.cshtml";
}