# HG changeset patch # User nelo@MTEySS.neluz.int # Date 1300383946 10800 # Node ID 1e95467c124575c57b40180965a8deb6ed72d095 # Parent 3acdecdafd47ead192526dc455f1c187d4e5f5cb rename de un archivo diff -r 3acdecdafd47 -r 1e95467c1245 Agendas/trunk/src/Agendas.Web/Agendas.Web.csproj --- a/Agendas/trunk/src/Agendas.Web/Agendas.Web.csproj Thu Mar 17 02:45:34 2011 -0300 +++ b/Agendas/trunk/src/Agendas.Web/Agendas.Web.csproj Thu Mar 17 14:45:46 2011 -0300 @@ -14,6 +14,7 @@ Agendas.Web v4.0 false + false true @@ -115,7 +116,7 @@ Global.asax - + diff -r 3acdecdafd47 -r 1e95467c1245 Agendas/trunk/src/Agendas.Web/HttpContextIdentityProvider.asax.cs --- a/Agendas/trunk/src/Agendas.Web/HttpContextIdentityProvider.asax.cs Thu Mar 17 02:45:34 2011 -0300 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,14 +0,0 @@ -using System.Security.Principal; -using System.Web; -using AltNetHispano.Agendas.Domain; - -namespace Agendas.Web -{ - public class HttpContextIdentityProvider : ISeguridad - { - public IPrincipal GetPrincipal() - { - return HttpContext.Current.User; - } - } -} \ No newline at end of file diff -r 3acdecdafd47 -r 1e95467c1245 Agendas/trunk/src/Agendas.Web/HttpContextIdentityProvider.cs --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/Agendas/trunk/src/Agendas.Web/HttpContextIdentityProvider.cs Thu Mar 17 14:45:46 2011 -0300 @@ -0,0 +1,14 @@ +using System.Security.Principal; +using System.Web; +using AltNetHispano.Agendas.Domain; + +namespace Agendas.Web +{ + public class HttpContextIdentityProvider : ISeguridad + { + public IPrincipal GetPrincipal() + { + return HttpContext.Current.User; + } + } +} \ No newline at end of file