Mercurial > altnet-hispano
view Agendas/trunk/src/Agendas.Web/Services/IFormsAuthenticationService.cs @ 163:d104bc8b39f4
Password para el publicador del calendario
author | nelopauselli |
---|---|
date | Fri, 05 Aug 2011 21:55:27 -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(); } }