view Agendas/trunk/src/Agendas.Blog/IPostWriterWebService.cs @ 111:90ce239cfa6d

Tests sobre el publicador de twitter, cada track se pulica solo una vez
author Nelo@Kenia.neluz.int
date Wed, 08 Jun 2011 08:40:04 -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);
  }
}