view Agendas/trunk/src/Agendas.Blog/IPostWriterWebService.cs @ 269:17694f70cfb6

Test de PersonaController.
author juanjose.montesdeocaarbos
date Tue, 25 Oct 2011 23:24:57 -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);
  }
}