Mercurial > altnet-hispano
view Agendas/trunk/src/Agendas.Blog/IPostWriter.cs @ 179:1deccd6c3cb2
Aplicando seguridad x roles en sitio web
author | nelopauselli |
---|---|
date | Mon, 08 Aug 2011 15:24:26 -0300 |
parents | 1d820f17fc75 |
children |
line wrap: on
line source
using AltNetHispano.Agendas.Domain; namespace Agendas.Blog { public interface IPostWriter { void WritePost(Track track); } }