view Agendas/trunk/src/Agendas.Blog/IPostWriterWebService.cs @ 299:8522d6a25888

Domain, Patrocinador: Eliminando referencias.
author juanjose.montesdeocaarbos
date Mon, 27 Feb 2012 13:14:57 -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);
  }
}