view Agendas/trunk/src/Agendas.Domain/ISeguridad.cs @ 89:24e9488ac152

mapeo de property UrlInvitacion entre viewmodel y entity
author jorge.rowies
date Tue, 31 May 2011 16:31:24 -0300
parents 3059a5f8930f
children
line wrap: on
line source

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