view Agendas/trunk/src/Agendas.Domain/ISeguridad.cs @ 229:33976aea7546

Varios Ponentes en calendario
author nelopauselli
date Wed, 28 Sep 2011 19:14:49 -0300
parents 3059a5f8930f
children
line wrap: on
line source

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