Mercurial > altnet-hispano
view Agendas/trunk/src/Agendas.Web/Services/IFormsAuthenticationService.cs @ 166:fae2feae499e
Usando DefaultEditor para Publicar
EditorTemplate para TimeSpan
author | nelopauselli |
---|---|
date | Fri, 05 Aug 2011 22:56:43 -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(); } }