Mercurial > altnet-hispano
view Agendas/trunk/src/Agendas.Web/Services/IFormsAuthenticationService.cs @ 290:15b428ae5931
Combinar
author | juanjose.montesdeocaarbos |
---|---|
date | Tue, 07 Feb 2012 23:29:06 -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(); } }