view Agendas/trunk/src/Agendas.Web/Services/IFormsAuthenticationService.cs @ 293:2cf7143586fe v1.1.0

Versión 1.1.0
author nelopauselli
date Fri, 17 Feb 2012 14:27:56 -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();
	}
}