comparison Agendas/trunk/src/Agendas.Blog/IPostWriterWebService.cs @ 109:6bd9be78caa0

Merge
author Nelo@Kenia.neluz.int
date Tue, 07 Jun 2011 23:21:07 -0300
parents 3027c64344bd
children
comparison
equal deleted inserted replaced
108:786a90e26c9b 109:6bd9be78caa0
1 namespace Agendas.Blog
2 {
3 public interface IPostWriterWebService
4 {
5 void WriteBlogPost(string postTitle, string postHtmlContent, string postAuthor, bool setPublicationDate);
6 }
7 }