Mercurial > altnet-hispano
diff Agendas/trunk/src/Agendas.Blog/IPostWriter.cs @ 109:6bd9be78caa0
Merge
author | Nelo@Kenia.neluz.int |
---|---|
date | Tue, 07 Jun 2011 23:21:07 -0300 |
parents | 1d820f17fc75 |
children |
line wrap: on
line diff
--- a/Agendas/trunk/src/Agendas.Blog/IPostWriter.cs Tue Jun 07 23:07:06 2011 -0300 +++ b/Agendas/trunk/src/Agendas.Blog/IPostWriter.cs Tue Jun 07 23:21:07 2011 -0300 @@ -4,6 +4,6 @@ { public interface IPostWriter { - void WritePost(Evento evento); + void WritePost(Track track); } } \ No newline at end of file