Mercurial > altnet-hispano
comparison Agendas/trunk/src/Agendas.Web/HttpContextIdentityProvider.cs @ 33:1e95467c1245
rename de un archivo
author | nelo@MTEySS.neluz.int |
---|---|
date | Thu, 17 Mar 2011 14:45:46 -0300 |
parents | Agendas/trunk/src/Agendas.Web/HttpContextIdentityProvider.asax.cs@74eb4577d447 |
children | 475be11edf56 |
comparison
equal
deleted
inserted
replaced
32:3acdecdafd47 | 33:1e95467c1245 |
---|---|
1 using System.Security.Principal; | |
2 using System.Web; | |
3 using AltNetHispano.Agendas.Domain; | |
4 | |
5 namespace Agendas.Web | |
6 { | |
7 public class HttpContextIdentityProvider : ISeguridad | |
8 { | |
9 public IPrincipal GetPrincipal() | |
10 { | |
11 return HttpContext.Current.User; | |
12 } | |
13 } | |
14 } |