view Agendas/trunk/src/Agendas.Blog/IPostWriterWebService.cs @ 266:dba5d41bc7bf

BUG: Guardar persona con twitter ya existente genera error.
author juanjose.montesdeocaarbos
date Tue, 25 Oct 2011 23:22:10 -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);
  }
}