diff 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
line wrap: on
line diff
--- a/Agendas/trunk/src/Agendas.Domain/Agendas.Domain.csproj	Sat Jun 04 22:46:06 2011 -0300
+++ b/Agendas/trunk/src/Agendas.Domain/Agendas.Domain.csproj	Sun Jun 05 11:10:32 2011 -0300
@@ -40,10 +40,17 @@
     <Reference Include="System.Xml" />
   </ItemGroup>
   <ItemGroup>
+    <Compile Include="EventoAgendadoState.cs" />
+    <Compile Include="EventoConfirmadoState.cs" />
+    <Compile Include="EventoNullState.cs" />
+    <Compile Include="EventoPropuestoState.cs" />
+    <Compile Include="EventoPublicadoState.cs" />
+    <Compile Include="Exceptions\AccionNoSoportadaException.cs" />
     <Compile Include="Agenda.cs" />
     <Compile Include="CompositePublicador.cs" />
     <Compile Include="Cuenta.cs" />
     <Compile Include="Evento.cs" />
+    <Compile Include="EventoState.cs" />
     <Compile Include="Exceptions\EventoNotFoundException.cs" />
     <Compile Include="Exceptions\IdentityContextNotConfiguredException.cs" />
     <Compile Include="Exceptions\UsuarioNoAutenticadoException.cs" />