diff Agendas/trunk/src/Agendas.Domain/Evento.cs @ 24:41b283d27e3e

Ponentes como entidad Agenda no es una entidad persistente (por ahora)
author nelo@MTEySS.neluz.int
date Tue, 15 Mar 2011 07:49:53 -0300
parents 05996fa19e04
children 3c5657d99727
line wrap: on
line diff
--- a/Agendas/trunk/src/Agendas.Domain/Evento.cs	Tue Mar 15 06:57:58 2011 -0300
+++ b/Agendas/trunk/src/Agendas.Domain/Evento.cs	Tue Mar 15 07:49:53 2011 -0300
@@ -9,7 +9,7 @@
 		public string Titulo { get; set; }
 		public DateTime? Fecha { get; set; }
 		public string Sintesis { get; set; }
-        public string Ponente { get; set; }
+        public Ponente Ponente { get; set; }
         public IList<string> Enlaces { get; set; }
     }
 }
\ No newline at end of file