Mercurial > altnet-hispano
view Agendas/trunk/src/Agendas.Blog/IPostWriterWebService.cs @ 239:717fce60f200
Se eliminió un warning que aparecía por ocultar un método.
author | juanjose.montesdeocaarbos |
---|---|
date | Wed, 05 Oct 2011 07:31:35 -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); } }