comparison Agendas/trunk/src/Agendas.Domain/Agendas.Domain.csproj @ 53:d149bfea3892

Tratamos las validaciones como resultados y no como excepciones, dejamos las excepciones solo para lo que no esperamos que suceda.
author nelopauselli
date Sat, 14 May 2011 12:45:50 -0300
parents 3ebe89c88caa
children 65bbcdd5d357
comparison
equal deleted inserted replaced
52:7b3a32bbdfa0 53:d149bfea3892
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="Evento.cs" /> 45 <Compile Include="Evento.cs" />
46 <Compile Include="Exceptions\EventoNotFoundException.cs" />
46 <Compile Include="Exceptions\IdentityContextNotConfiguredException.cs" /> 47 <Compile Include="Exceptions\IdentityContextNotConfiguredException.cs" />
47 <Compile Include="Exceptions\ValidationException.cs" /> 48 <Compile Include="Exceptions\UsuarioNoAutenticadoException.cs" />
48 <Compile Include="IdentityContext.cs" /> 49 <Compile Include="IdentityContext.cs" />
49 <Compile Include="IRecordador.cs" /> 50 <Compile Include="IRecordador.cs" />
50 <Compile Include="ISeguridad.cs" /> 51 <Compile Include="ISeguridad.cs" />
51 <Compile Include="Ponente.cs" /> 52 <Compile Include="Ponente.cs" />
52 <Compile Include="Repositories\IEventoRepository.cs" /> 53 <Compile Include="Repositories\IEventoRepository.cs" />
53 <Compile Include="IPublicador.cs" /> 54 <Compile Include="IPublicador.cs" />
54 <Compile Include="Properties\AssemblyInfo.cs" /> 55 <Compile Include="Properties\AssemblyInfo.cs" />
56 <Compile Include="Resultado.cs" />
55 </ItemGroup> 57 </ItemGroup>
56 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> 58 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
57 <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 59 <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
58 Other similar extension points exist, see Microsoft.Common.targets. 60 Other similar extension points exist, see Microsoft.Common.targets.
59 <Target Name="BeforeBuild"> 61 <Target Name="BeforeBuild">