Mercurial > altnet-hispano
comparison Agendas/trunk/src/Agendas.Web/Models/PropuestaModel.cs @ 75:96d7609f2e08
Agendar evento propuesto
author | nelopauselli |
---|---|
date | Mon, 23 May 2011 20:43:01 -0300 |
parents | 475be11edf56 |
children | 8df9db937434 |
comparison
equal
deleted
inserted
replaced
74:bc46e7426c80 | 75:96d7609f2e08 |
---|---|
13 { | 13 { |
14 [Required(ErrorMessage = "debe ingresar el título")] | 14 [Required(ErrorMessage = "debe ingresar el título")] |
15 public string Titulo { get; set; } | 15 public string Titulo { get; set; } |
16 | 16 |
17 public string Ponente { get; set; } | 17 public string Ponente { get; set; } |
18 } | 18 |
19 public string UrlInvitacion { get; set; } | |
20 } | |
19 | 21 |
20 public class PropuestaEditModel | 22 public class PropuestaEditModel |
21 { | 23 { |
22 [HiddenInput(DisplayValue = false)] | 24 [HiddenInput(DisplayValue = false)] |
23 public string Id { get; set; } | 25 public string Id { get; set; } |
24 | 26 |
25 [Required(ErrorMessage = "debe ingresar el título")] | 27 [Required(ErrorMessage = "debe ingresar el título")] |
26 public string Titulo { get; set; } | 28 public string Titulo { get; set; } |
27 | 29 |
28 public string Ponente { get; set; } | 30 public string Ponente { get; set; } |
29 } | 31 |
32 public string UrlInvitacion { get; set; } | |
33 } | |
30 | 34 |
31 | 35 |
32 public class PropuestaDto | 36 public class PropuestaDto |
33 { | 37 { |
34 public string Id { get; set; } | 38 public string Id { get; set; } |