comparison Agendas/trunk/src/Agendas.Domain/Agendas.Domain.csproj @ 101:9bfdd5bf3ad2

Manejo de estados de los Eventos mediante state pattern (primer version)
author jorge.rowies
date Sun, 05 Jun 2011 11:10:32 -0300
parents 1eb5a0e531bf
children c5034884c7d7
comparison
equal deleted inserted replaced
100:cc91817a4206 101:9bfdd5bf3ad2
38 <Reference Include="Microsoft.CSharp" /> 38 <Reference Include="Microsoft.CSharp" />
39 <Reference Include="System.Data" /> 39 <Reference Include="System.Data" />
40 <Reference Include="System.Xml" /> 40 <Reference Include="System.Xml" />
41 </ItemGroup> 41 </ItemGroup>
42 <ItemGroup> 42 <ItemGroup>
43 <Compile Include="EventoAgendadoState.cs" />
44 <Compile Include="EventoConfirmadoState.cs" />
45 <Compile Include="EventoNullState.cs" />
46 <Compile Include="EventoPropuestoState.cs" />
47 <Compile Include="EventoPublicadoState.cs" />
48 <Compile Include="Exceptions\AccionNoSoportadaException.cs" />
43 <Compile Include="Agenda.cs" /> 49 <Compile Include="Agenda.cs" />
44 <Compile Include="CompositePublicador.cs" /> 50 <Compile Include="CompositePublicador.cs" />
45 <Compile Include="Cuenta.cs" /> 51 <Compile Include="Cuenta.cs" />
46 <Compile Include="Evento.cs" /> 52 <Compile Include="Evento.cs" />
53 <Compile Include="EventoState.cs" />
47 <Compile Include="Exceptions\EventoNotFoundException.cs" /> 54 <Compile Include="Exceptions\EventoNotFoundException.cs" />
48 <Compile Include="Exceptions\IdentityContextNotConfiguredException.cs" /> 55 <Compile Include="Exceptions\IdentityContextNotConfiguredException.cs" />
49 <Compile Include="Exceptions\UsuarioNoAutenticadoException.cs" /> 56 <Compile Include="Exceptions\UsuarioNoAutenticadoException.cs" />
50 <Compile Include="Identificable.cs" /> 57 <Compile Include="Identificable.cs" />
51 <Compile Include="Identification.cs" /> 58 <Compile Include="Identification.cs" />