view Agendas/trunk/src/Agendas.Blog/IPostWriterWebService.cs @ 295:8c742d5ccf67

Leyendo imagen directamente desde el stream
author nelopauselli
date Sat, 18 Feb 2012 12:33:54 -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);
  }
}