Mercurial > altnet-hispano
comparison Agendas/trunk/src/Agendas.Web/HttpContextIdentityProvider.cs @ 34:475be11edf56
Ajuste en los nombre de los assemblies y namespaces
author | nelo@MTEySS.neluz.int |
---|---|
date | Thu, 17 Mar 2011 16:59:29 -0300 |
parents | 1e95467c1245 |
children | 3ebe89c88caa |
comparison
equal
deleted
inserted
replaced
33:1e95467c1245 | 34:475be11edf56 |
---|---|
1 using System.Security.Principal; | 1 using System.Security.Principal; |
2 using System.Web; | 2 using System.Web; |
3 using AltNetHispano.Agendas.Domain; | 3 using AltNetHispano.Agendas.Domain; |
4 | 4 |
5 namespace Agendas.Web | 5 namespace AltNetHispano.Agendas.Web |
6 { | 6 { |
7 public class HttpContextIdentityProvider : ISeguridad | 7 public class HttpContextIdentityProvider : ISeguridad |
8 { | 8 { |
9 public IPrincipal GetPrincipal() | 9 public IPrincipal GetPrincipal() |
10 { | 10 { |