Mercurial > altnet-hispano
view Agendas/trunk/src/Agendas.Blog/IPostWriterWebService.cs @ 302:11dddcc9a862 tip
Historico de Eventos, no muestra bien la Url del Patrocinador.
author | juanjose.montesdeocaarbos |
---|---|
date | Tue, 14 Aug 2012 21:54:30 -0300 |
parents | 3027c64344bd |
children |
line wrap: on
line source
namespace Agendas.Blog { public interface IPostWriterWebService { void WriteBlogPost(string postTitle, string postHtmlContent, string postAuthor, bool setPublicationDate); } }