Mercurial > altnet-hispano
view Agendas/trunk/src/Agendas.Domain/ISeguridad.cs @ 224:de6d206bd5c3
Actualizando subpanels
author | nelopauselli |
---|---|
date | Sun, 25 Sep 2011 01:40:18 -0300 |
parents | 3059a5f8930f |
children |
line wrap: on
line source
namespace AltNetHispano.Agendas.Domain { public interface ISeguridad { string GetUserName(); } }