Mercurial > altnet-hispano
view Agendas/trunk/src/Agendas.Domain/ISeguridad.cs @ 54:3059a5f8930f
Code cleanup
author | nelopauselli |
---|---|
date | Sat, 14 May 2011 13:01:24 -0300 |
parents | 3ebe89c88caa |
children |
line wrap: on
line source
namespace AltNetHispano.Agendas.Domain { public interface ISeguridad { string GetUserName(); } }