diff Agendas/trunk/src/Agendas.Blog/Impl/AgendarReunionPostWriter.cs @ 99:3027c64344bd

agregado de llamadas a web service para crear posts en el blog de la comunidad agregado de tests sobre el publicador de blogs agregado de tests sobre el adapter del web service
author jorge.rowies
date Sat, 04 Jun 2011 22:33:05 -0300
parents a300394dbabe
children cc91817a4206
line wrap: on
line diff
--- a/Agendas/trunk/src/Agendas.Blog/Impl/AgendarReunionPostWriter.cs	Sat Jun 04 14:10:21 2011 -0300
+++ b/Agendas/trunk/src/Agendas.Blog/Impl/AgendarReunionPostWriter.cs	Sat Jun 04 22:33:05 2011 -0300
@@ -8,7 +8,11 @@
 {
 	public class AgendarReunionPostWriter : PostWriter
 	{
-		protected override string GetTitle(Evento evento)
+	  public AgendarReunionPostWriter(IPostWriterWebService postWriterWebService) : base(postWriterWebService)
+	  {
+	  }
+
+	  protected override string GetTitle(Evento evento)
 		{
 			return string.Format(CultureInfo.InvariantCulture, Resources.VAN_Realizacion_Title,
 													 evento.Ponente.Nombre, //Nombre y apellido del ponente