Mercurial > altnet-hispano
view Agendas/trunk/src/Agendas.Blog/IPostWriter.cs @ 66:a61f3204c9f7
Merge
author | jorge.rowies |
---|---|
date | Tue, 17 May 2011 18:25:17 -0300 |
parents | ebce59b45b50 |
children | 1d820f17fc75 |
line wrap: on
line source
using AltNetHispano.Agendas.Domain; namespace Agendas.Blog { public interface IPostWriter { void WritePost(Evento evento); } }