Mercurial > altnet-hispano
diff Agendas/trunk/src/Agendas.Blog/Impl/NullObjectPostWriter.cs @ 105:1d820f17fc75
ajustes y correcciones en el publicador de blogs
agregado de numeroOrden y urlWiki en metodo Publicar de Agenda y Evento (con test)
author | jorge.rowies |
---|---|
date | Mon, 06 Jun 2011 09:12:52 -0300 |
parents | 3027c64344bd |
children |
line wrap: on
line diff
--- a/Agendas/trunk/src/Agendas.Blog/Impl/NullObjectPostWriter.cs Sun Jun 05 13:22:36 2011 -0300 +++ b/Agendas/trunk/src/Agendas.Blog/Impl/NullObjectPostWriter.cs Mon Jun 06 09:12:52 2011 -0300 @@ -8,17 +8,17 @@ { } - public override void WritePost(Evento evento) + public override void WritePost(Track track) { //no-op } - protected override string GetBody(Evento evento) + protected override string GetBody(Track track) { throw new System.NotImplementedException(); } - protected override string GetTitle(Evento evento) + protected override string GetTitle(Track track) { throw new System.NotImplementedException(); }