Mercurial > altnet-hispano
diff Agendas/trunk/src/Agendas.Domain/Evento.cs @ 4:49b572535156
proponer van
publicar van propuesta
comportamiento ante excepcion en publicador
author | nelopauselli |
---|---|
date | Tue, 08 Feb 2011 00:08:49 -0300 |
parents | 5f007e266509 |
children | 05996fa19e04 |
line wrap: on
line diff
--- a/Agendas/trunk/src/Agendas.Domain/Evento.cs Sat Jan 22 20:23:50 2011 -0300 +++ b/Agendas/trunk/src/Agendas.Domain/Evento.cs Tue Feb 08 00:08:49 2011 -0300 @@ -6,7 +6,7 @@ { public Guid Id { get; set; } public string Titulo { get; set; } - public DateTime Fecha { get; set; } + public DateTime? Fecha { get; set; } public string Sintesis { get; set; } } } \ No newline at end of file