Mercurial > altnet-hispano
diff Agendas/trunk/src/Agendas.Domain/EventoAgendadoState.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/EventoAgendadoState.cs Sun Jun 12 01:40:09 2011 -0300 +++ b/Agendas/trunk/src/Agendas.Domain/EventoAgendadoState.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.Confirmar; + } } } \ No newline at end of file