view Agendas/trunk/src/Agendas.Blog/IPostWriterWebService.cs @ 242:5cc1681d3789

Combinar
author juanjose.montesdeocaarbos
date Wed, 05 Oct 2011 07:57:21 -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);
  }
}