view Agendas/trunk/src/Agendas.Web/Services/IFormsAuthenticationService.cs @ 277:7439d7a5f8d0

Warning HTML: Cambiado ALT por TITLE.
author juanjose.montesdeocaarbos
date Tue, 20 Dec 2011 08:28:33 -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();
	}
}