Mercurial > altnet-hispano
view Agendas/trunk/src/Agendas.Blog/IPostWriterFactory.cs @ 219:b9850b647a4e
Agregando alta de ponente durante la carga del evento
author | nelopauselli |
---|---|
date | Thu, 08 Sep 2011 11:22:10 -0300 |
parents | ebce59b45b50 |
children |
line wrap: on
line source
using AltNetHispano.Agendas.Domain; namespace Agendas.Blog { public interface IPostWriterFactory { IPostWriter GetPostWriter(Accion accion); } }