view Agendas/trunk/src/Agendas.Domain/ISeguridad.cs @ 235:c61954d24c8c

Quitando ponente principal y utilizando siempre la lista de ponentes
author nelopauselli
date Tue, 04 Oct 2011 20:42:35 -0300
parents 3059a5f8930f
children
line wrap: on
line source

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