Mercurial > altnet-hispano
comparison Agendas/trunk/src/Agendas.Web/Models/EventoModel.cs @ 231:e5959f3405e0
Eventos sin ponentes
author | nelopauselli |
---|---|
date | Wed, 28 Sep 2011 20:02:44 -0300 |
parents | f23ee59ef1bd |
children | c61954d24c8c |
comparison
equal
deleted
inserted
replaced
230:e38d53a1ead9 | 231:e5959f3405e0 |
---|---|
18 public int TipoEvento { get; set; } | 18 public int TipoEvento { get; set; } |
19 | 19 |
20 [Required] | 20 [Required] |
21 public string Titulo { get; set; } | 21 public string Titulo { get; set; } |
22 | 22 |
23 [Required] | |
24 public Guid Ponente { get; set; } | 23 public Guid Ponente { get; set; } |
25 | 24 |
26 public Guid[] OtrosPonentes { get; set; } | 25 public Guid[] OtrosPonentes { get; set; } |
27 | 26 |
28 [Required] | 27 [Required] |
44 public string Id { get; set; } | 43 public string Id { get; set; } |
45 | 44 |
46 [Required] | 45 [Required] |
47 public string Titulo { get; set; } | 46 public string Titulo { get; set; } |
48 | 47 |
49 [Required] | |
50 public Guid Ponente { get; set; } | 48 public Guid Ponente { get; set; } |
51 | 49 |
52 [Required] | 50 [Required] |
53 public DateTime? Fecha { get; set; } | 51 public DateTime? Fecha { get; set; } |
54 | 52 |
68 public string Id { get; set; } | 66 public string Id { get; set; } |
69 | 67 |
70 [Required] | 68 [Required] |
71 public string Titulo { get; set; } | 69 public string Titulo { get; set; } |
72 | 70 |
73 [Required] | |
74 public Guid Ponente { get; set; } | 71 public Guid Ponente { get; set; } |
75 | 72 |
76 [Required] | 73 [Required] |
77 public DateTime? Fecha { get; set; } | 74 public DateTime? Fecha { get; set; } |
78 | 75 |