Mercurial > altnet-hispano
view Agendas/trunk/src/Agendas.Domain/ISeguridad.cs @ 280:1caba33bd0b7
Cambiandos espacios por tabuladores, etc.
author | juanjose.montesdeocaarbos |
---|---|
date | Mon, 26 Dec 2011 13:39:45 -0300 |
parents | 3059a5f8930f |
children |
line wrap: on
line source
namespace AltNetHispano.Agendas.Domain { public interface ISeguridad { string GetUserName(); } }