comparison Agendas/trunk/src/Agendas.Domain/Agendas.Domain.csproj @ 96:1eb5a0e531bf

Funcionamiento con cuenta interna y con cuenta de twitter, falta unificar usuarios Estructura de aspnetdb dentro de base de datos de altnet hispano, se debe ejecutar: C:\Windows\Microsoft.NET\Framework\v2.0.50727\aspnet_regsql.exe para crear dicha estructura, de todas formas el objetivo seria tener una tabla de usuario y password interna, no parecería ser necesaria toda la estructura de aspnetdb
author Nelo@Kenia.neluz.int
date Sat, 04 Jun 2011 19:37:02 -0300
parents db4b1e2cae49
children 9bfdd5bf3ad2
comparison
equal deleted inserted replaced
95:83d76f6e0a3c 96:1eb5a0e531bf
46 <Compile Include="Evento.cs" /> 46 <Compile Include="Evento.cs" />
47 <Compile Include="Exceptions\EventoNotFoundException.cs" /> 47 <Compile Include="Exceptions\EventoNotFoundException.cs" />
48 <Compile Include="Exceptions\IdentityContextNotConfiguredException.cs" /> 48 <Compile Include="Exceptions\IdentityContextNotConfiguredException.cs" />
49 <Compile Include="Exceptions\UsuarioNoAutenticadoException.cs" /> 49 <Compile Include="Exceptions\UsuarioNoAutenticadoException.cs" />
50 <Compile Include="Identificable.cs" /> 50 <Compile Include="Identificable.cs" />
51 <Compile Include="Identification.cs" />
51 <Compile Include="IdentityContext.cs" /> 52 <Compile Include="IdentityContext.cs" />
52 <Compile Include="ISeguridad.cs" /> 53 <Compile Include="ISeguridad.cs" />
53 <Compile Include="Persona.cs" /> 54 <Compile Include="Persona.cs" />
54 <Compile Include="Repositories\IEventoRepository.cs" /> 55 <Compile Include="Repositories\IEventoRepository.cs" />
55 <Compile Include="IPublicador.cs" /> 56 <Compile Include="IPublicador.cs" />