view Agendas/trunk/src/Agendas.Blog/IPostWriterWebService.cs @ 176:c58d26b15759

Merge
author nelopauselli
date Mon, 08 Aug 2011 10:13:46 -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);
  }
}