Mercurial > altnet-hispano
view Agendas/trunk/src/Agendas.Domain/ISeguridad.cs @ 57:3d9e6d56d903
Refactoring del track de cambios de un evento
author | nelopauselli |
---|---|
date | Mon, 16 May 2011 20:23:31 -0300 |
parents | 3059a5f8930f |
children |
line wrap: on
line source
namespace AltNetHispano.Agendas.Domain { public interface ISeguridad { string GetUserName(); } }