view Agendas/trunk/src/Agendas.Blog/IPostWriterFactory.cs @ 107:1ee5711256db

Utilizando Twitterizer en adapter a Twitter
author Nelo@Kenia.neluz.int
date Tue, 07 Jun 2011 21:03:56 -0300
parents ebce59b45b50
children
line wrap: on
line source

using AltNetHispano.Agendas.Domain;

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