Mercurial > altnet-hispano
view Agendas/trunk/src/Agendas.Factories/AttributeFactory.cs @ 150:19bab30521da
Pasando DateTime a un EditorTemplates
author | Nelo@Guinea.neluz.int |
---|---|
date | Tue, 02 Aug 2011 23:24:19 -0300 |
parents | c8099df941bd |
children |
line wrap: on
line source
using System.Web.Mvc; using Agendas.NHibernate; namespace AltNetHispano.Agendas.Factories { public class AttributeFactory { public static ActionFilterAttribute GetNHibernateSessionPerAction() { return new NHibernateSessionPerActionAttribute(NhHelper.GetSessionFactory()); } } }