comparison Agendas/trunk/src/Agendas.Domain/Agendas.Domain.csproj @ 137:2d1adbaf0373

CRUD de Patrocinador
author nelopauselli
date Thu, 28 Jul 2011 09:26:24 -0300
parents 6f1041301797
children 62791999ad01
comparison
equal deleted inserted replaced
136:462a78196d11 137:2d1adbaf0373
59 <Compile Include="Identificable.cs" /> 59 <Compile Include="Identificable.cs" />
60 <Compile Include="Identification.cs" /> 60 <Compile Include="Identification.cs" />
61 <Compile Include="IdentityContext.cs" /> 61 <Compile Include="IdentityContext.cs" />
62 <Compile Include="Exceptions\InvalidStateException.cs" /> 62 <Compile Include="Exceptions\InvalidStateException.cs" />
63 <Compile Include="ISeguridad.cs" /> 63 <Compile Include="ISeguridad.cs" />
64 <Compile Include="Patrocinador.cs" />
64 <Compile Include="Persona.cs" /> 65 <Compile Include="Persona.cs" />
65 <Compile Include="Repositories\IEventoRepository.cs" /> 66 <Compile Include="Repositories\IEventoRepository.cs" />
66 <Compile Include="IPublicador.cs" /> 67 <Compile Include="IPublicador.cs" />
67 <Compile Include="Properties\AssemblyInfo.cs" /> 68 <Compile Include="Properties\AssemblyInfo.cs" />
69 <Compile Include="Repositories\IPatrocinadorRepository.cs" />
68 <Compile Include="Repositories\IPersonaRepository.cs" /> 70 <Compile Include="Repositories\IPersonaRepository.cs" />
69 <Compile Include="Resultado.cs" /> 71 <Compile Include="Resultado.cs" />
70 <Compile Include="Services\PersonaService.cs" /> 72 <Compile Include="Services\PersonaService.cs" />
71 <Compile Include="TipoEvento.cs" /> 73 <Compile Include="TipoEvento.cs" />
72 <Compile Include="Track.cs" /> 74 <Compile Include="Track.cs" />