Mercurial > altnet-hispano
comparison Agendas/trunk/src/Agendas.Domain/Agendas.Domain.csproj @ 94:db4b1e2cae49
Cambio del nombre de la clase Ponente a Persona
Se agrega la clase Cuenta para identificar cada una de las cuentas con que se puede autenticar una persona
Alta Automatica de cuentas de twitter creando la persona
author | Nelo@Kenia.neluz.int |
---|---|
date | Sat, 04 Jun 2011 12:11:17 -0300 |
parents | 26d0513a8410 |
children | 1eb5a0e531bf |
comparison
equal
deleted
inserted
replaced
93:65f0b3d70c18 | 94:db4b1e2cae49 |
---|---|
40 <Reference Include="System.Xml" /> | 40 <Reference Include="System.Xml" /> |
41 </ItemGroup> | 41 </ItemGroup> |
42 <ItemGroup> | 42 <ItemGroup> |
43 <Compile Include="Agenda.cs" /> | 43 <Compile Include="Agenda.cs" /> |
44 <Compile Include="CompositePublicador.cs" /> | 44 <Compile Include="CompositePublicador.cs" /> |
45 <Compile Include="Cuenta.cs" /> | |
45 <Compile Include="Evento.cs" /> | 46 <Compile Include="Evento.cs" /> |
46 <Compile Include="Exceptions\EventoNotFoundException.cs" /> | 47 <Compile Include="Exceptions\EventoNotFoundException.cs" /> |
47 <Compile Include="Exceptions\IdentityContextNotConfiguredException.cs" /> | 48 <Compile Include="Exceptions\IdentityContextNotConfiguredException.cs" /> |
48 <Compile Include="Exceptions\UsuarioNoAutenticadoException.cs" /> | 49 <Compile Include="Exceptions\UsuarioNoAutenticadoException.cs" /> |
49 <Compile Include="Identificable.cs" /> | 50 <Compile Include="Identificable.cs" /> |
50 <Compile Include="IdentityContext.cs" /> | 51 <Compile Include="IdentityContext.cs" /> |
51 <Compile Include="ISeguridad.cs" /> | 52 <Compile Include="ISeguridad.cs" /> |
52 <Compile Include="Ponente.cs" /> | 53 <Compile Include="Persona.cs" /> |
53 <Compile Include="Repositories\IEventoRepository.cs" /> | 54 <Compile Include="Repositories\IEventoRepository.cs" /> |
54 <Compile Include="IPublicador.cs" /> | 55 <Compile Include="IPublicador.cs" /> |
55 <Compile Include="Properties\AssemblyInfo.cs" /> | 56 <Compile Include="Properties\AssemblyInfo.cs" /> |
57 <Compile Include="Repositories\IPersonaRepository.cs" /> | |
56 <Compile Include="Resultado.cs" /> | 58 <Compile Include="Resultado.cs" /> |
59 <Compile Include="Services\PersonaService.cs" /> | |
57 <Compile Include="Track.cs" /> | 60 <Compile Include="Track.cs" /> |
58 </ItemGroup> | 61 </ItemGroup> |
59 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> | 62 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> |
60 <!-- To modify your build process, add your task inside one of the targets below and uncomment it. | 63 <!-- To modify your build process, add your task inside one of the targets below and uncomment it. |
61 Other similar extension points exist, see Microsoft.Common.targets. | 64 Other similar extension points exist, see Microsoft.Common.targets. |