view Agendas/trunk/src/Agendas.Web/Services/IFormsAuthenticationService.cs @ 278:6f5ab71614d4

#125: ABM de patrocinadores.
author juanjose.montesdeocaarbos
date Wed, 21 Dec 2011 08:47:05 -0300
parents 65f0b3d70c18
children
line wrap: on
line source

namespace AltNetHispano.Agendas.Web.Services
{
	public interface IFormsAuthenticationService
	{
		void SignIn(string userName, bool createPersistentCookie);
		void SignOut();
	}
}