comparison Agendas/trunk/src/Agendas.Domain/Evento.cs @ 3:5f007e266509

code cleanup
author nelopauselli
date Sat, 22 Jan 2011 20:23:50 -0300
parents c03560ae4762
children 49b572535156
comparison
equal deleted inserted replaced
2:c03560ae4762 3:5f007e266509
6 { 6 {
7 public Guid Id { get; set; } 7 public Guid Id { get; set; }
8 public string Titulo { get; set; } 8 public string Titulo { get; set; }
9 public DateTime Fecha { get; set; } 9 public DateTime Fecha { get; set; }
10 public string Sintesis { get; set; } 10 public string Sintesis { get; set; }
11
12 } 11 }
13 } 12 }