Mercurial > altnet-hispano
view Agendas/trunk/src/Agendas.Factories/AttributeFactory.cs @ 126:6012f2becf97
Se agrega instalación de nuget package para el calendario de google.
author | alabra |
---|---|
date | Tue, 28 Jun 2011 23:35:22 -0400 |
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()); } } }