view Agendas/trunk/src/Agendas.Blog/IPostWriterFactory.cs @ 109:6bd9be78caa0

Merge
author Nelo@Kenia.neluz.int
date Tue, 07 Jun 2011 23:21:07 -0300
parents ebce59b45b50
children
line wrap: on
line source

using AltNetHispano.Agendas.Domain;

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