Mercurial > altnet-hispano
view Agendas/trunk/src/Agendas.Domain/ISeguridad.cs @ 270:3bb779434ae8
PersonaController: Coverage 100%
author | juanjose.montesdeocaarbos |
---|---|
date | Wed, 26 Oct 2011 09:31:17 -0300 |
parents | 3059a5f8930f |
children |
line wrap: on
line source
namespace AltNetHispano.Agendas.Domain { public interface ISeguridad { string GetUserName(); } }