view Agendas/trunk/src/Agendas.Domain/ISeguridad.cs @ 300:48ab8788bd19

#200: Patrocinadores: Agregar link al sitio web.
author juanjose.montesdeocaarbos
date Mon, 27 Feb 2012 14:45:12 -0300
parents 3059a5f8930f
children
line wrap: on
line source

namespace AltNetHispano.Agendas.Domain
{
	public interface ISeguridad
	{
		string GetUserName();
	}
}