Mercurial > altnet-hispano
diff Agendas/trunk/src/Agendas.Twitter/ITwitterWriter.cs @ 122:17531db40d4e
Refactoring de la generación de mensajes en twitter
author | nelopauselli |
---|---|
date | Tue, 28 Jun 2011 19:25:22 -0300 |
parents | |
children | 9f61e8555114 |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/Agendas/trunk/src/Agendas.Twitter/ITwitterWriter.cs Tue Jun 28 19:25:22 2011 -0300 @@ -0,0 +1,9 @@ +using AltNetHispano.Agendas.Domain; + +namespace AltNetHispano.Agendas.Twitter +{ + public interface ITwitterWriter + { + string Write(Track track); + } +} \ No newline at end of file