Mercurial > altnet-hispano
changeset 33:1e95467c1245
rename de un archivo
author | nelo@MTEySS.neluz.int |
---|---|
date | Thu, 17 Mar 2011 14:45:46 -0300 |
parents | 3acdecdafd47 |
children | 475be11edf56 |
files | Agendas/trunk/src/Agendas.Web/Agendas.Web.csproj Agendas/trunk/src/Agendas.Web/HttpContextIdentityProvider.asax.cs Agendas/trunk/src/Agendas.Web/HttpContextIdentityProvider.cs |
diffstat | 3 files changed, 16 insertions(+), 15 deletions(-) [+] |
line wrap: on
line diff
--- 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 @@ <AssemblyName>Agendas.Web</AssemblyName> <TargetFrameworkVersion>v4.0</TargetFrameworkVersion> <MvcBuildViews>false</MvcBuildViews> + <UseIISExpress>false</UseIISExpress> </PropertyGroup> <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> <DebugSymbols>true</DebugSymbols> @@ -115,7 +116,7 @@ <Compile Include="Global.asax.cs"> <DependentUpon>Global.asax</DependentUpon> </Compile> - <Compile Include="HttpContextIdentityProvider.asax.cs" /> + <Compile Include="HttpContextIdentityProvider.cs" /> <Compile Include="Models\AccountModels.cs" /> <Compile Include="Models\EventoModel.cs" /> <Compile Include="Models\PropuestaModel.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
--- /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