Mercurial > altnet-hispano
diff Agendas/trunk/src/Agendas.Domain/Van.cs @ 2:c03560ae4762
Test de Crud para la agenda
author | nelopauselli |
---|---|
date | Sat, 22 Jan 2011 20:21:31 -0300 |
parents | 6bb4ab4c0611 |
children | 5f007e266509 |
line wrap: on
line diff
--- a/Agendas/trunk/src/Agendas.Domain/Van.cs Sat Jan 22 19:50:32 2011 -0300 +++ b/Agendas/trunk/src/Agendas.Domain/Van.cs Sat Jan 22 20:21:31 2011 -0300 @@ -5,14 +5,8 @@ { public class Van : Evento { - public string Titulo { get; set; } - public string Ponente { get; set; } - public DateTime Fecha { get; set; } - - public string Sintesis { get; set; } - public IList<string> Enlaces { get; set; } } } \ No newline at end of file