view Agendas/trunk/src/Agendas.Blog/IPostWriter.cs @ 81:c76661cff260

Workflow de acciones sobre un evento (camino feliz)
author nelopauselli
date Tue, 24 May 2011 19:21:20 -0300
parents ebce59b45b50
children 1d820f17fc75
line wrap: on
line source

using AltNetHispano.Agendas.Domain;

namespace Agendas.Blog
{
  public interface IPostWriter
  {
    void WritePost(Evento evento);
  }
}