Mercurial > altnet-hispano
view Agendas/trunk/src/Agendas.Factories/AttributeFactory.cs @ 73:76567a0d1e44
Eliminando algunas propiedades que no se estaban usando
author | nelopauselli |
---|---|
date | Mon, 23 May 2011 19:54:05 -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()); } } }