diff Agendas/trunk/src/Agendas.Domain/EventoPropuestoState.cs @ 116:53bcd338542b

acciones de confirmar y publicar desde la UI
author Nelo@Kenia.neluz.int
date Sun, 19 Jun 2011 13:00:02 -0300
parents c5034884c7d7
children 6f1041301797
line wrap: on
line diff
--- a/Agendas/trunk/src/Agendas.Domain/EventoPropuestoState.cs	Sun Jun 12 01:40:09 2011 -0300
+++ b/Agendas/trunk/src/Agendas.Domain/EventoPropuestoState.cs	Sun Jun 19 13:00:02 2011 -0300
@@ -1,4 +1,5 @@
-using AltNetHispano.Agendas.Domain.Exceptions;
+using System;
+using AltNetHispano.Agendas.Domain.Exceptions;
 
 namespace AltNetHispano.Agendas.Domain
 {
@@ -33,5 +34,10 @@
     {
       return Descripcion;
     }
+
+  	public override bool PuedePromover(Accion accion)
+  	{
+  		return accion == Accion.Agendar;
+  	}
   }
 }
\ No newline at end of file