view Agendas/trunk/src/Agendas.Blog/IPostWriterWebService.cs @ 146:3ca9fb66d397

Habilitando la modificación de eventos propuestos o agendados
author Nelo@Guinea.neluz.int
date Mon, 01 Aug 2011 11:42:50 -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);
  }
}