Mercurial > altnet-hispano
view Agendas/trunk/src/Agendas.Web/Services/IFormsAuthenticationService.cs @ 130:0ea32a748453
Se termina el publicador via el calendario de google, además se realizan las pruebas unitarias.
author | alabra |
---|---|
date | Sun, 10 Jul 2011 18:50:11 -0400 |
parents | 65f0b3d70c18 |
children |
line wrap: on
line source
namespace AltNetHispano.Agendas.Web.Services { public interface IFormsAuthenticationService { void SignIn(string userName, bool createPersistentCookie); void SignOut(); } }