Mercurial > altnet-hispano
view Agendas/trunk/src/Agendas.Factories/AttributeFactory.cs @ 119:8fa58a79656a
Historico
author | Nelo@Kenia.neluz.int |
---|---|
date | Wed, 22 Jun 2011 09:49:07 -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()); } } }