view Agendas/trunk/src/Agendas.Blog/IPostWriter.cs @ 225:f23ee59ef1bd

Otros ponentes
author nelopauselli
date Mon, 26 Sep 2011 08:47:01 -0300
parents 1d820f17fc75
children
line wrap: on
line source

using AltNetHispano.Agendas.Domain;

namespace Agendas.Blog
{
  public interface IPostWriter
  {
    void WritePost(Track track);
  }
}