view Agendas/trunk/src/Agendas.Blog/IPostWriterFactory.cs @ 198:cd96cfc8a1f5

Se agrega la fecha de termino a Google Calendar.
author alabra
date Mon, 15 Aug 2011 15:35:17 -0400
parents ebce59b45b50
children
line wrap: on
line source

using AltNetHispano.Agendas.Domain;

namespace Agendas.Blog
{
  public interface IPostWriterFactory
  {
    IPostWriter GetPostWriter(Accion accion);
  }
}